AXIOM is built around the StAX pull parser interface.
AXIOM构建于stax拉式解析器接口的基础之上。
Another alternative comes from the pull parser in Listing 11.
另一种备选方法来自清单11中的Pull解析器。
Listing 10 shows a pull parser implementation of the feed parser interface.
清单10显示了提要解析接口的一个pull解析器实现。
WoodStox is an open source implementation of the StAX pull parser standard.
WoodStox是StAX推式解析器标准的一种开放源码实现。
Instead of SAX2, JiBX is based on a pull parser architecture (currently XMLPull).
JiBX基于拉(pull)解析器体系结构(当前是XMLPull),而不是SAX2。
One other type of XML parser is available to you on Android, and that is the pull parser.
Android还提供了另一种类型的xml解析器,它就是pull解析器。
StAX offers a pull parser that gives client applications full control over the parsing process.
StAX提供了一个拉式解析器,可以让客户应用程序完全控制解析过程。
Finally, for writing XML, the pull parser package provides a convenient way to do that as well.
最后,对于编写XML,Pull解析器包也提供了一种便捷的方法。
The original JAXB code (since discarded) was based on a pull parser architecture similar to XMLPull.
原始的JAXB代码(已被丢弃)基于类似XMLPull的拉解析器体系结构。
The XMLReader extension is a stream-based parser of the type often referred to as a cursor type or pull parser.
XMLReader扩展是一种基于流的解析器,其类型通常被称为游标类型或者pull类型解析器。
XMLReader is a pull parser and you code for it in much the same way as for a database query result table in a cursor.
XMLReader是一种pull解析器,其编码方法和数据库查询结果表的游标中非常类似。
If your document is large, but you only need part of the document, then the XML pull parser might be a more efficient way to go.
如果您的文档比较大,但您只需要文档的一部分,则XMLPull解析器可能是更为有效的方法。
You will parse the Xml document using the XmlResourceParser, which is also a pull parser (it extends the XmlPullParser interface).
您将使用XmlResourceParser来解析Xml文档,它也是一个pull解析器(扩展了XmlPullParser接口)。
JiBX instead USES a newer pull parser API that provides a more natural interface for dealing with the sequence of elements in a document.
而JiBX使用一个更新的拉出(pull)解析器api,它提供了一个更自然的接口来处理文档中的元素序列。
It wraps an internal pull parser interface in an unmarshalling context class that defines a variety of element and attribute access methods.
它将内部拉出解析器接口包装在定义各种元素和属性访问方法的数据编出上下文类中。
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)可以控制解析过程,以提供延迟构建支持。
Based on experience with previous pull parser implementations, the creators of StAX opted to include an object-oriented alternative to the cursor-based API.
基于以往拉式解析器实现的经验,StAX的创建者选择了在基于指针的API之外增加一种面向对象的API。
The advantage of AXIOM over other XML representations is that it is based on a pull parser technique, while most others are based on a push parser technique.
AXIOM相对于其他XML表示形式的优势在于,它基于pull解析器技术,而其他大多数则基于push解析器技术。
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.
使用拉式解析器,处理文档某一部分的代码仅解析它所需的部分,然后由解析器进行接下来的文档处理。
You can process large sets of data more efficiently with an XML pull parser rather than load the entire data structure all at once in memory as you need to do with JSON or serialize PHP.
您可以使用一个XMLpull parser更有效地处理大型数据集,而非一次性地将整个数据结构加载到内存中,就像使用JSON或序列化php那样。
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.
XMLPull ParserAPI类似于StAX所提供的基于指针的API,可以通过分析解析器的状态获得上一个解析事件的信息,然后移动到下一个,依此类推。
Right now the unmarshalling context is coded to use a parser that implements the XMLPull interface, an informal standard defined by some of the leading developers in the area of pull parsing.
此时对数据编出上下文编码以使用实现XMLPull接口的解析器,该接口是由拉出解析领域中的一些主要开发人员定义的非正式标准。
With a pull approach, on the other hand, the parser is effectively an iterator for going through the components of a document on demand.
相反,在使用拉方式的情况下,解析器实际上是一个高效的迭代器,可以根据需要对文档中的不同部分进行遍历。
It allows your application code to pull or seek events from the parser, as opposed to the SAX parser that automatically pushes events to the handler.
它允许您的应用程序代码从解析器中获取事件,这与SAX解析器自动将事件推入处理程序相反。
With StAX, you control the flow of events, because you pull them from the parser.
使用 StAX,您可以控制事件流,因为将从解析器中pull这些事件流。
This allows the application code to pull events from the parser.
这将允许应用程序代码从解析器中pull事件。
While the original Axis used a standard push-style (SAX) parser for processing XML, Axis2 USES a pull-style (StAX) parser.
原始的Axis使用标准的推式(SAX)解析器进行XML处理,而Axis2使用拉式(StAX)解析器。
Py script; note how the import statements at the beginning pull in the email. Parser library along with several other popular Python libraries.
请注意开始处的import语句如何拉入email.parser库以及其他几个流行的python库。
The pull model allows the client to give the parser a buffer into which the string is directly written.
提取模型使客户端能够为分析器提供一个可以将字符串直接写入的缓冲区。
The pull model allows the client to give the parser a buffer into which the string is directly written.
提取模型使客户端能够为分析器提供一个可以将字符串直接写入的缓冲区。
应用推荐