stax

  • 网络斯塔克斯;乐无限;静电耳机;塔克斯
staxstax
  1. You can now serialize the constructed element using the StAX writer

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

  2. The individual income tax plays an extremely important role in every nation ' stax system all over the world .

    个人所得税在世界各国的税收体系中都占有极其重要的地位。

  3. AXIOM is built around the StAX pull parser interface .

    AXIOM构建于StAX拉式解析器接口的基础之上。

  4. AXIOM doesn 't have to be built using a StAX parser .

    并不一定必须使用StAX解析器来构建AXIOM。

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

    它支持各种标准,性能优良(基于低内存的STAX模型)。

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

    WoodStox是StAX推式解析器标准的一种开放源码实现。

  7. Now you 've seen the benefits of StAX parsing .

    现在您已经看到了StAX解析的优点。

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

    幸运的是,StAX允许您通过实现事件过滤器忽略某些事件类。

  9. However , Android does come with a pull parser that works similarly to StAX .

    但是,Android确实附带了一个pull解析器,其工作方式类似于StAX。

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

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

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

    使用StAX,您可以控制事件流,因为将从解析器中pull这些事件流。

  12. Luckily for the Geronimo team , there were several open source StAX implementations to choose from .

    Geronimo团队十分幸运,有若干个开源StAX实现可供选择。

  13. You 've learned about some of the advantages of using a StAX parser to parse XML documents .

    您已经了解了使用StAX解析器解析XML文档的一些优点。

  14. StAX implementations may check these issues but they are not required to do so ( the reference implementation doesn 't ) .

    StAX实现可以检查这些问题,但并不要求这么做(参考实现中就没有这样做)。

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

    推式方法正在实现标准化,很快将作为StAX集成到Java平台中。

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

    在“拖动&解析”Atom提要的过程中,StAX用这个对象来识别事件。

  17. StAX ( Streaming API for XML ) is brought out to give parsing control to the user while handling XML document .

    StAX(StreamingAPIforXML)是为了加强用户对XML解析过程的控制而提出的处理XML文档的API。

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

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

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

    为了说明StAXAPI的用法,我将展示如何使用XMLBeans生成的代码连接到AXIOM。

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

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

  21. Another example would be when a Web service implementation can consume StAX events directly , because of AXIOM , the memory requirements are very low for that Web service .

    另一个例子是,当Web服务实现能够直接使用StAX事件时,由于采用了AXIOM,Web服务所需的内存非常小。

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

    StAX解析器不会替换所有的SAX和DOM代码。但肯定会让某些任务容易些。

  23. Good tax service environment can increase the taxpayer ' stax compliance , reduce tax costs , improve efficiency of tax collection , and protect thetaxpayers ' interests .

    良好的纳税服务环境可以提高纳税人的税收遵从度,降低税收成本,提高税收征管效率,使纳税人的权益得到保护。

  24. Consider the performance penalty of using a SOAP interface and streams XML parser ( StAX ) to handle a simple message schema where the message size grows .

    比如随着消息的大小逐渐增长,使用SOAP接口和XML流解析器(StAX)来对该简单消息模式进行处理时,性能就会出现严重的问题。

  25. The easiest way to understand the differences between using DOM and SAX and therefore the motivations and benefits of StAX is to look at a specific example .

    了解使用DOM与SAX之间差异的最简单方法并且因而了解StAX的动机和优点是查看具体示例。

  26. The CloudBees RUN @ Cloud service is based on the robust Stax platform , and it is available to individual developers via a self-service web portal .

    CloudBeesRUN@Cloud服务基于健全的Stax平台,并通过自服务web门户提供给单个开发人员。

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

    但是请注意,如果在调用上述方法之前已经建立了树,AXIOM将模拟StAX解析器。

  28. 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。

  29. The AXIOM terminology for this is caching : AXIOM allows you to get StAX events or serialize the XML with or without building the object model in memory .

    用AXIOM的术语称为缓冲:无论是否在内存中建立了对象模型,AXIOM都允许获得StAX事件或者序列化XML。

  30. Not only do you get to use the intuitive pull APIs of StAX , you get the extra benefit of using a high-performance implementation of StAX in Woodstox .

    您不但将开始使用StAX的直观pullAPI,而且将获得在Woodstox中使用StAX的高性能实现的额外优势。