Now you've seen the benefits of StAX parsing.
现在您已经看到了StAX解析的优点。
All tests used the Woodstox StAX parser 2.9.3.
所有的测试都使用了WoodstoxStAX解析器2.9.3。
You will also explore the StAX serializer API.
还将探究StAX序列化器api。
StAX provides several methods for this purpose.
StAX为此提供了几种方法。
AXIOM doesn't have to be built using a StAX parser.
并不一定必须使用StAX解析器来构建AXIOM。
Listing 6 shows the StAX parser using this interface.
清单6显示了使用此接口的StAX解析器。
StAX also enables developers to create XML documents.
StAX还允许开发人员创建XML文档。
AXIOM is built around the StAX pull parser interface.
AXIOM构建于stax拉式解析器接口的基础之上。
As its name reveals, StAX places emphasis on streaming.
如其名称所暗示的那样,StAX把重点放在流上。
This tip demonstrated the use of filters in StAX parsers.
这篇技巧示范了在StAX解析器中使用过滤器。
You can now serialize the constructed element using the StAX writer.
现在可以使用StAXwriter来序列化构造好的元素。
Using StAX to go straight to the application model is more efficient.
使用StAX直接转化成应用程序模型效率更高。
The other API style provided by StAX is centered around event objects.
StAX提供的另一种风格的API以事件对象为中心。
WoodStox is an open source implementation of the StAX pull parser standard.
WoodStox是StAX推式解析器标准的一种开放源码实现。
You can immediately take advantage of StAX by using it as part of Geronimo 2.0.
您可以通过使用它作为Geronimo 2.0的一部分立即利用StAX。
With StAX, you control the flow of events, because you pull them from the parser.
使用 StAX,您可以控制事件流,因为将从解析器中pull这些事件流。
No introduction to StAX is complete without discussing its serialization support.
如果不讨论StAX的序列化支持,任何对StAX的介绍都是不完整的。
In this article you were introduced to StAX and its lower level cursor-based API.
本文介绍了StAX及其基于指针的API。
You've learned about some of the advantages of using a StAX parser to parse XML documents.
您已经了解了使用StAX解析器解析xml文档的一些优点。
Fortunately, StAX allows you to skip certain event classes by implementing an event filter.
幸运的是,StAX允许您通过实现事件过滤器忽略某些事件类。
StAX can even generate namespace prefixes for namespaces that have not been formally declared.
StAX甚至可以为没有正式声明的名称空间生成名称空间前缀。
StAX offers a pull parser that gives client applications full control over the parsing process.
StAX提供了一个拉式解析器,可以让客户应用程序完全控制解析过程。
This tip demonstrated the use of StAX parsers for screening and classification of XML documents.
这篇技巧说明了如何使用StAX解析器筛选和分类XML文档。
Luckily for the Geronimo team, there were several open source StAX implementations to choose from.
Geronimo团队十分幸运,有若干个开源stax实现可供选择。
You can get StAX events from any element, regardless of whether the object model is fully built or not.
可以从任何元素获得StAX事件,而不管是否完整构建了对象模型。
To illustrate the use of the StAX API, I'll show you how to connect AXIOM with XMLBeans generated code.
为了说明StAXAPI的用法,我将展示如何使用XMLBeans生成的代码连接到AXIOM。
This tip has demonstrated the use of the cursor-based API of StAX for writing XML documents efficiently.
这篇技巧说明了如何使用StAX基于指针的API有效地编写XML文档。
The validation feature is part of Woodstox 4.x Stax parser that comes along with the latest CXF release.
该验证功能是随最新版的 CXF 发布的Woodstox 4.xStax解析器一起提供的一项功能。
StAX actually consists of two sets of XML processing API, each providing a different level of abstraction.
StAX实际上包括两套处理xml的api,分别提供了不同程度的抽象。
In the current version of StAX, there is no abstract base class that one can extend to implement custom events.
在StAX的当前版本,没有可以通过扩展实现定制事件的抽象基类。
应用推荐