AXIOM构建于stax拉式解析器接口的基础之上。
StAX 提供了一个拉式解析器,可以让客户应用程序完全控制解析过程。
StAX offers a pull parser that gives client applications full control over the parsing process.
使用拉式解析器,处理文档某一部分的代码仅解析它所需的部分,然后由解析器进行接下来的文档处理。
With a pull parser, the code that handles one part of the document can parse only as much as it needs and then hand off the parser to whatever comes next in the document processing.
应用推荐