The other API style provided by StAX is centered around event objects.
StAX提供的另一种风格的API以事件对象为中心。
These are just some of the examples of what can be done with the event iterator-based API provided by StAX, thanks to its flexibility and ease of use.
本文仅介绍了用StAX基于事件迭代器的API所能完成的一部分功能,见证了它的灵活性以及易用性。
The XML Pull parser API is similar to the cursor-based API provided by StAX; the parser state can be examined for information about the last parsed event, then advanced to the next one, and so on.
XMLPullParserAPI类似于StAX所提供的基于指针的API,可以通过分析解析器的状态获得上一个解析事件的信息,然后移动到下一个,依此类推。
Fortunately, StAX allows you to skip certain event classes by implementing an event filter.
幸运的是,StAX允许您通过实现事件过滤器忽略某些事件类。
The OMElement interface defines yet another way of accessing the document information, by getting a StAX parser from the element.
通过从元素中获得 StAX解析器,OMElement接口定义了另一种访问文档信息的方法。
You can immediately take advantage of StAX by using it as part of Geronimo 2.0.
您可以通过使用它作为Geronimo 2.0的一部分立即利用StAX。
By using the Streaming API for XML (StAX) pull parser, AXIOM (also referred to as OM) can control the parsing process to provide deferred building support.
通过使用StreamingAPIforXML (StAX)Pull解析器,AXIOM(也称为OM)可以控制解析过程,以提供延迟构建支持。
By using the Streaming API for XML (StAX) pull parser, AXIOM (also referred to as OM) can control the parsing process to provide deferred building support.
通过使用StreamingAPIforXML (StAX)Pull解析器,AXIOM(也称为OM)可以控制解析过程,以提供延迟构建支持。
应用推荐