Parsing XML document into tabular data.
将XML文档解析为表数据。
In order to quick parsing XML document, the research of XML parsing technique has become a hot topic for current research.
为了更快的解析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文档到关系型数据的解析可通过串流方式完成,而无需太多内存且不管文档有多大。
You can use this update functionality to change documents in an XML column without XML parsing or reading the document into your application.
可以使用这种更新功能修改xml列中的文档,而不需要解析xml文档或把文档读取到应用程序中。
While this does require some basic knowledge of XML -- understanding what an element is and the basic structure of the document -- it still abstracts details about parsing from the programmer.
虽然这确实需要一些XML的基础知识(理解元素是什么以及文档的基本结构),但还是对程序员抽象了解析的细节。
You can also choose to load only part of an XML document by interrupting parsing using the filter API.
您还可以选择使用过滤器api中断解析过程,从而只装载XML文档的某一部分。
The XML specification practically requires parsers to begin at the first byte of an XML document and continue parsing until the end, and all existing parsers operate like this.
XML规范特别要求解析器从 XML文档的第一个字节开始解析直到最后一个字节,所有现有的解析器都是这样操作的。
Dealing with an XML response is quite different than dealing with plain text and involves parsing, the Document Object Model (DOM), and several other considerations.
处理XML响应和处理普通文本有很大不同,涉及到解析、文档对象模型(DOM)和其他一些问题。
During the XML document parsing, the entity reference is replaced by its representation.
在XML文档解析过程中,实体引用将由它的表示替代。
Tree style parsing involves loading the entire XML document into memory.
树解析方式需要将整个XML文档加载到内存中。
SAX treats an XML document as a series of parsing events, and basically allows a procedural programming style.
SAX将XML文档视为一系列解析事件,而且它基本上允许过程性编程风格。
This root element is required to make a well-formed XML document, which is a requirement when parsing XML.
这个根标记是必需的,这样可以保证XML文档格式良好,在解析xml时,这也是必要的。
Then it introduced you to SAX and event-based parsing, the approach you must take if your XML document is very large or is an unending stream.
然后介绍了SAX和基于事件的解析,如果XML文档非常大或者是一个无终止的流,必须采用这种方法。
This process of retrieving, parsing, and changing an XML document can also be encapsulated in a stored procedure that runs on the database server.
获取、解析和修改XML文档的过程也可以封装在数据库服务器上运行的存储过程中。
The XML DAS always initializes its model by reading and parsing an XML schema definition file (an XSD file) that corresponds to the XML instance document it is going to load.
XMLDAS初始化其模型的方法是:读取和解析与准备载入的 XML文档对应的 XML模式定义文件(XSD 文件)。
The parser compiles any new schema it needs for validation and gives all the compiled schemas back to the grammar pool after the parsing of your XML document is complete.
解析器对验证需要的任何新模式进行编译,并在XML文档解析完成之后将编译过的模式交给语法池。
Opaque parsing is a technique whereby elements in an XML document can be minimally processed.
不透明解析是一种技术,通过该技术可以最低限度地处理XML文档中的元素。
Relevant for inlining is the size of the document after XML parsing in DB2, not the size of the textual XML document in your file system.
与内联有关的是经过DB2解析的XML文档的大小,而不是文件系统中的原始xml文档的大小。
This happens within the DB2 storage layer, that is the document stays in DB2's internal hierarchical XML format the entire time, without any parsing or serialization.
这在DB2存储层中执行,文档一直保持 DB2内部的层次化XML格式,不需要任何解析或序列化。
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 an XML document with simplexml is as easy as using the simplexml_load_file function (see Listing 4).
要使用simplexml解析一个xml文档,只需使用simplexml_load _ file函数(请参见清单4)。
The innocent-looking parse method triggers parsing of the XML document which, in turn, calls the event handler.
看似无关的parse方法触发对XML文档的语法分析,这导致了调用事件处理器。
The other form of XML parsing is DOM (Document object model) -based, which forms an in-memory object model of the full XML structure.
xml解析器的另一个形式是基于DOM (DocumentObjectModel)的,它形成了完整XML结构的内存中的对象模型。
With StAX, parsing an XML document becomes cursor-based, and the application only uses what it needs from the XML document as it progresses.
使用StAX 时,XML文档的解析是基于光标的,应用程序在运行过程中只使用 XML 中需要的内容。
Listing 3 shows the Perl modules required for parsing this XML document.
清单3显示了解析该X ML文档所需的Perl模块。
When parsing an XML document, an XMLEventReader instance delivers event objects to the client application through its next method — one for each syntactical unit in the document.
解析xml文档时,XMLEventReader实例通过它的next方法向客户传递事件对象,文档中的每个语法单位都有一个事件。
In the past on Mozilla browsers, parsing an XML document was synchronous, blocking all operations on the document until it was fully loaded.
在过去的Mozilla浏览器中,解析xml文档是同步的,将阻止对文档执行的所有操作,直至完全载入该文档。
Technique 3 uses a pull model of parsing through the XSD document to derive the XML structure described by a schema.
技巧3 在整个 XSD文档中使用pull解析模型来派生模式描述的XML结构。
Implementing these Suggestions will reduce the CPU consumption used by Xerces-C + + when parsing an XML document.
采用这些建议能够降低解析xml文档时xerces - C+ +的CPU消耗。
This included connecting to the DB2 UDB database using a DataSource object, connecting to the Domino database (without a DataSource object), and parsing the XML document of interest.
这包括使用DataSource对象连接到DB2UDB数据库、连接到Domino 数据库(不用 DataSource 对象)和解析相关的XML文档。
应用推荐