Org.xml.sax, the event-driven Simple API for XML parsing.
用于对XML进行语法分析的事件驱动的简单api。
SAX (Simple API for XML) is a common parser interface for XML parsers.
SAX (XML的简单api)是xml语法分析器的公用语法分析器接口。
This tutorial examines the use of the Simple API for XML version 2.0.x, or SAX 2.0.x.
本教程探讨Simple API for XML 2.0 . x版(或SAX 2.0 . x)的使用。
The key to good XML-based error handling is largely tied to the SAX API, the Simple API for XML.
优秀的基于 XML 的错误处理的关键问题在很大程度上与SAX 有关。
You can use a Simple API for XML (SAX)-based parser instead, but SAX is a lower-level technology.
您还可以使用一个基于Simple API for XML (SAX) 的解析器,但是 SAX是一种较低级的技术。
Parse XML documents using the Simple API for XML 2 (SAX2) and document Object Model 2 (DOM2) parsers.
使用Simple API for XML2 (SAX2)和文档对象模型2 (DOM2)解析器解析xml文档。
Since version 2.0, it has included the familiar xml.dom.minidom and related pulldom and Simple API for XML (SAX) models.
从 2.0版本开始,它就附带了xml.dom.minidom和相关的pulldom以及Simple API for XML (SAX)模块。
The algorithm uses Simple API for XML(SAX) parser and structural join, matches and outputs all following-sibling nodes of the given nodes.
采用SAX解析器与结构连接方法,对XML文档中所有已知节点与后兄弟节点进行精确匹配并输出。
SAX (Simple API for XML), on the other hand, is an event-based programming interface that was offered by members of the XML-DEV mailing list.
另一方面,SAX (Simple API for XML)是基于事件的编程接口,它是由XML - DEV邮件发送列表的成员提供的。
DOM is generally much easier to master than Simple API for XML (SAX) because it doesn't involve callbacks and sophisticated state management.
通常,DOM比Simple API for XML (SAX)更容易掌握,因为它没有涉及回调和复杂的状态管理。
Simple API for XML (SAX), an event-driven XML API, defines a stream of events specifying XML structure as handed from the parser to the specialized handler code.
xml简单api (Simple API for XML,SAX)是一种事件驱动XML API,由它定义的事件流可以指定从解析器传到专门的处理程序代码的XML结构。
A SAX (Simple API for XML) parser is a single-pass XML reader that takes a well-defined XML file and produces key events, such as tags, attributes, and character text.
1sax (Simple API for XML)解析器是单向的XML阅读器,获得定义明确的XML文件并生成关键事件,例如标签、属性,和字符文本。
Validating a document's constraints, and providing this meaning to one or more XML documents, can be achieved easily by using SAX, the Simple API for XML (see Resources).
通过使用SAX (theSimple API for XML),可以容易地验证文档的约束并将该含意提供给一个或多个 XML 文档(请参阅参考资料)。
SAX was developed by the members of the XML-DEV mailing list as a standard and simple API for event-based parsers.
SAX是由XML - DEV邮件列表的成员开发的一种用于基于事件的语法分析器的标准和简单的API。
XML::Simple provides an intuitive, pure-Perl parser for simple XML files, and the SAX API is supported by most of the parsing modules.
Simple为简单的XML文件提供了一个直观的纯 Perl 语法分析器,而且大多数分析模块都支持SAXAPI。
It is quite clear from even this simple example that it is tedious to deal with the creation and processing of the XML used for communicating with the UDDI API.
甚至根据这个简单的示例,显而易见,应付用于和UDDIAPI通信的XML的创建和处理这样的问题是很烦琐的。
It is quite clear from even this simple example that it is tedious to deal with the creation and processing of the XML used for communicating with the UDDI API.
甚至根据这个简单的示例,显而易见,应付用于和UDDIAPI通信的XML的创建和处理这样的问题是很烦琐的。
应用推荐