stax

stax

 英

  • 网络静电耳机;声的诗;代斯

例句

To say thank you for taking the time to sign up here is a free download of the only dance version of One Time, "One Time (J Stax remix)" .

如果感谢抽出时间签署这里唯一舞蹈一时间版本免费下载,“一次性)”。

Still, it's easy to write a piece of glue code that picks up events from the provided StAX interface and drives a SAX ContentHandler.

不过容易编写一段胶水代码提供StAX接口接收事件驱动SAXContentHandler

Carol Stax-Brown is an administrator of the program for a group called Community Colleges for International Development.

卡罗尔史塔克斯-国际发展社区学院项目管理员

Fortunately, StAX allows you to skip certain event classes by implementing an event filter.

幸运StAX允许通过实现事件过滤器忽略某些事件

However, StAX provides a more generic mechanism for plugging custom event implementations into the framework.

StAX定制事件实现插入到框架提供了一个通用机制

You can get StAX events from any element, regardless of whether the object model is fully built or not.

可以任何元素获得StAX事件而不管是否完整构建对象模型

StAX can even generate namespace prefixes for namespaces that have not been formally declared.

StAX甚至可以没有正式声明名称空间生成名称空间前缀

StAX offers a pull parser that gives client applications full control over the parsing process.

StAX提供一个解析可以客户应用程序完全控制解析过程

However, suppose you inserted a logging handler somewhere in the handler chain that logs the entire SOAP message using a StAX writer.

但是假设处理程序插入一个日志处理程序使用StAXwriter记录整个SOAP消息

With StAX, you control the flow of events, because you pull them from the parser.

使用StAX可以控制事件因为解析pull这些事件

The OMElement interface defines yet another way of accessing the document information, by getting a StAX parser from the element.

通过元素获得StAX解析器OMElement接口定义一种访问文档信息方法

Note, however, that if the tree is built prior to calling either of the above methods, AXIOM will emulate the StAX parser.

但是注意如果调用上述方法之前已经建立AXIOM模拟StAX解析器

StAX actually consists of two sets of XML processing API, each providing a different level of abstraction.

StAX实际上包括处理XMLAPI分别提供不同程度抽象

WoodStox is an open source implementation of the StAX pull parser standard.

WoodStoxStAX解析器标准一种开放源码实现

StAX also defines a serialization API, a feature that has been sorely missing in Java's standard XML processing support.

StAX定义一种序列化API,Java标准XML处理支持一直缺少一种特性

Note that StAX also has a lower level API in the XMLStreamReader, if the event objects are still too high-level to work with.

注意如果事件对象级别无法使用StAX一个低级APIXMLStreamReader

With StAX, parsing an XML document becomes cursor-based, and the application only uses what it needs from the XML document as it progresses.

使用StAXXML文档解析基于光标应用程序运行过程使用XML需要内容

This tip has demonstrated the use of the cursor-based API of StAX for writing XML documents efficiently.

篇技巧说明如何使用StAX基于指针API有效地编写XML文档

StAX provides several methods for this purpose.

StAX为此提供几种方法

The push variant is being normalized and will be integrated in the Java platform shortly as StAX.

方法正在实现标准化很快作为StAX集成Java平台

Using StAX to go straight to the application model is more efficient.

使用StAX直接转化应用程序模型效率

This tip demonstrated the use of StAX parsers for screening and classification of XML documents.

篇技巧说明如何使用StAX解析器筛选分类XML文档

The other API style provided by StAX is centered around event objects.

StAX提供一种风格API事件对象中心

It supports a variety of standards, excellent performance (based on low-memory STAX model).

支持各种标准性能优良基于内存STAX模型)。

Processing these events requires the knowledge and understanding of StAX XMLEvent hierarchy, which is discussed next.

处理这些事件需要知道熟悉StAXXMLEvent层次结构下面我们讨论

Carol Stax-Brown says colleges in some countries might accept credits from the program.

布朗有些国家大学可能接受学生通过社区学院计划获得学分

This tip has demonstrated the use of the event-based API of StAX for pipelined XML applications, such as the merging of documents.

篇技巧示范管道式XML应用程序使用StAX基于事件API比如文档合并

For instance, many StAX parsers delivered 2 to 10 times faster performance than DOM parsers.

比如很多StAX解析能够提供DOM解析210性能

The StAX event hierarchy is open-ended.

StAX事件层次结构扩充

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解析

To illustrate the use of the StAX API, I'll show you how to connect AXIOM with XMLBeans generated code.

为了说明StAXAPI用法展示如何使用XMLBeans生成代码连接AXIOM

This tip demonstrated the use of filters in StAX parsers.

篇技巧示范StAX解析使用过滤器

You will also explore the StAX serializer API.

探究StAX序列化API

The StAX parser doesn't replace all the SAX and DOM code in the world, but it definitely can make certain tasks easier.

StAX解析不会替换所有SAXDOM代码肯定某些任务容易些

This is what StAX uses to identify events in the process of pull-parsing the Atom feed.

拖动解析Atom提要过程StAX这个对象识别事件

In the current version of StAX, there is no abstract base class that one can extend to implement custom events.

StAX当前版本没有可以通过扩展实现定制事件抽象

Tip: Screen XML documents efficiently with StAX

技巧使用StAX高效筛选XML文档

Tip: Parsing XML documents partially with StAX

技巧使用StAX部分解析XML文档

Apply event filters and stream filters to StAX parsers

StAX解析应用事件过滤过滤

You can now serialize the constructed element using the StAX writer

现在可以使用StAXwriter序列化构造元素