AXIOM构建于stax拉式解析器接口的基础之上。
WoodStox是StAX推式解析器标准的一种开放源码实现。
WoodStox is an open source implementation of the StAX pull parser standard.
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.
基于以往拉式解析器实现的经验,StAX的创建者选择了在基于指针的API之外增加一种面向对象的API。
Based on experience with previous pull parser implementations, the creators of StAX opted to include an object-oriented alternative to the cursor-based API.
事实上,or g . apache . axiom . om . impl .builder . SAXOMBuilder是基于SAX推式解析器的构建程序的部分实现。
In fact, org.apache.axiom.om.impl.builder.SAXOMBuilder is a partial implementation of a builder based on the SAX push parser.
两个产生式中总结了全部的语言解析器。
The entire language parser has been summed up in two productions.
解析器产生式方法将用该例程来判断采用哪条路经。
This is the routine used by the parser production methods to determine which path to take.
原始的Axis使用标准的推式(SAX)解析器进行XML处理,而Axis2使用拉式(StAX)解析器。
While the original Axis used a standard push-style (SAX) parser for processing XML, Axis2 USES a pull-style (StAX) parser.
实验结果表明,该解析器降低了对嵌入式系统处理能力与内存配置的要求,能满足手持阅读设备的需要。
Experimental results show that the parser reduces the requirements of the embedded system processing capabilities and memory configuration, and meets the needs of handheld readin...
实验结果表明,该解析器降低了对嵌入式系统处理能力与内存配置的要求,能满足手持阅读设备的需要。
Experimental results show that the parser reduces the requirements of the embedded system processing capabilities and memory configuration, and meets the needs of handheld readin...
应用推荐