Fetching and parsing XML data with sax.
使用SAX获取并解析xml数据。
XMLUtil is useful for parsing XML data returned from the various facade classes.
XMLUtil用于分析从各种外观类返回的XML数据。
It improves performance by dramatically compressing the size of data transferred and parsing binary data into objects in memory far more efficiently than parsing XML data.
由于大大压缩了传输数据量,且将二进制数据解析到内存中的对象要远比解析XML数据高效,因此它的性能得到了很大的提高。
Almost every language (if not every language) recognizes the importance of reading, parsing, and creating XML documents for data representation.
几乎每种语言都认识到为数据表示读取、解析和创建XML文档的重要性。
SAX2 is a very useful standard for parsing XML, but its event driven approach is not well suited to data binding and similar applications.
SAX 2是一种非常有用的解析xml的标准,但是其事件驱动方法并不非常适合数据绑定和类似的应用程序。
Parsing of XML data is often done with a SAX-style parser.
XML数据解析通常是使用一个SAX风格的解析器完成的。
This is because XML parsing and deeper processing of the XML data is avoided.
这是因为避免了xml解析和对XML数据的进一步处理。
In most cases, parsing XML documents to relational data can be done in a streaming fashion without requiring much memory and regardless of how big the document is.
在大多数情况下,XML文档到关系型数据的解析可通过串流方式完成,而无需太多内存且不管文档有多大。
To accomplish the same goal without using the SDO 2.0 would require the developer to understand how the XML parser works and tightly integrate the data parsing logic with the application.
要在不使用SDO 2.0的情况下完成相同的工作,开发人员需要理解xml解析器如何工作,并将数据解析逻辑与应用程序紧密集成。
Finally, XML message parsing usually involves dynamically creating the memory structures (like objects) to store the retrieved data values.
最后,XML消息解析通常需要动态创建内存结构(如对象)来存储检索的数据值。
A parsing engine consumes XML sequential data and makes callbacks into the application as it discovers the structure of the incoming XML data.
一个解析引擎消耗xml序列数据,并在发现进来的XML数据的结构时回调应用程序。
Whether it's parsing, data binding, or transforming, if your application can't deal with XML, then it's considered limited and perhaps even a bit behind the times.
无论是解析、数据绑定还是转换,如果应用程序不能处理XML,就会被认为有局限性甚至有点落后。
Hence, the ratio of markup to value is extremely high, which means that a lot of XML parsing may be required to extract a comparatively small amount of usable data.
因此,标记与值的比例非常高,这就意味着提取相对较小量的可用数据将需要很多的xml解析。
In addition to the data values, XML parsing involves parsing the metadata tags.
除了数据值外,xml解析还需要解析元数据标记。
It contains full copies of the XML and JSON data feeds and gives the user the option of parsing either one.
其中包含xml和json数据资料的全部副本。用户可以任选其一进行分析。
Parsing an XML document, retaining both the data in the document and the names of elements and attributes, as well as the relationships between the elements, attributes, and data.
解析xml文档,保存文档中的数据、元素和属性的名称,以及元素、属性和数据之间的关系。
Parsing the serialized XML data from the local nickname into a local view on the federated server.
将序列化后的XML数据从本地昵称解析进联邦服务器上的本地视图。
Parsing XML document into tabular data.
将XML文档解析为表数据。
Note two important differences: The first is the use of the xmlparse function in the SQL command, which is used to perform explicit parsing of data for XML storage.
请注意两个重要差别:第一个是在SQL命令中使用了xmlparse函数,用于执行XML存储数据的显式解析。
XQuery is less difficult to use with XML data than XML parsing APIs.
XQuery用于XML数据并不比xml解析api更难。
While this simplifies development for developers who are not familiar with XML parsing and HTTP protocol details, the Zend Framework Google data API classes are not without their drawbacks.
虽然这样做为不熟悉xml解析和HTTP协议详细信息的开发人员简化了开发工作,但是Zend框架Google数据api类并非没有缺点。
The XMLNSC domain is the recommended domain for parsing and writing XML data for the majority of applications. The XMLNSC domain has been enhanced in the following ways.
xmlnsc域是建议用于解析和编写大多数应用程序的XML数据的域。
XQuery over XML data in XML type columns can be 40 times faster than corresponding queries over CLOB columns which require XML parsing at query time.
xml类型列中XML数据的XQuery速度比CLOB的对应查询(需要在查询时进行xml解析)速度快了40倍。
Using mediations may have performance advantages if you can keep the data format to XML and gain the benefits of XSLT transformations without parsing the objects.
如果您能够将数据格式保留为XML并在无需解析对象的情况下就获得XSLT转换的益处,那么使用中介可能会带来性能上的优势。
CDATA is the XML command that tells the viewer to stop parsing the code and read the code within the block that follows as character data.
CDATA是XML命令,它告诉查看程序停止解析代码,并读取接下来的块中的代码,这里的代码是字符数据的形式。
Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
最后,您将看到,在解析xml定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
When a document includes data from different sources (XML and others), you should design the parsing code accordingly.
如果文档包含不同来源(XML和其他)的数据,则应该相应地设计解析代码。
After parsing, the most common XML task is to locate specific data of interest inside the parsed tree.
完成解析后,最常见的XML任务是在解析后的树中查找特定的数据。
Plus, it's possible to use XML tools to read XHTML and to find data in the documents, which is far easier than parsing through HTML.
而且,还可以用XML工具读取XHTML并找出文档中的数据,这比解析 HTML 容易得多。
The Web services client can retrieve the data by parsing the XML string.
Web服务客户机可以通过分析XML字符串获取数据。
应用推荐