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.
XML Pull Parser API类似于StAX所提供的基于指针的API,可以通过分析解析器的状态获得上一个解析事件的信息,然后移动到下一个,依此类推。
应用推荐