Then at the end of the script, it simply saves the XML DOM out as a string.
然后在脚本的末尾,它只是将XML DOM 保存为字符串。
If you want to learn more about the DOM, please visit our XML DOM tutorial.
如果你想学习有关XML DOM方面的知识,请访问我们的XML DOM教程。
The single string arg constructor builds an XML DOM object using the string as input.
单个String参数构造器使用字符串作为输入来构建XML DOM对象。
The XML DOM API is a standard XML-parsing API, and it is the most commonly used when programming XML applications.
XML DOMAPI是一个标准的xml解析api,而且它最常用于编写XML应用程序。
Talked about much main technology in automated courses scheduling system which is based XML DOM dealing with data.
文中讨论了通过XML DOM为主要数据处理技术来进行自动排课系统设计中的一些关键技术及解决方法。
You saw the use of the DOM to parse XML in several earlier articles, and will see how JSON provides yet another option to parse XML in a future article.
在本系列前几期的文章中,您已经看到了利用DOM来解析XML,在后续的文章中,还会看到JSON怎样提供了解析 XML 的另一种选择。
Note that the parser passes enough information to build the document tree of the XML documents but, unlike a DOM parser, it does not explicitly build the tree.
请注意,语法分析器传递了足够信息以构建XML文档的文档树,但是与dom语法分析器不同,它并不显式地构建该树。
An analysis of several large XML projects revealed some common problems in working with the DOM.
对几个大型XML项目的分析揭示了在使用DOM中的一些常见问题。
All of this often leads developers to either put JAXB down, or learn a lot more about XML, SAX, and DOM.
所有这些常常会导致开发人员将JAXB放在一旁,或者大量学习XML、SAX和DOM方面的知识。
The application parses the XML document, typically using the document object model (DOM).
应用程序解析XML文档,通常使用文档对象模型(DOM)。
When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM)API来处理这些XML数据。
Also, look at how to write XML using DOM and PHP text templating.
此外还可以了解如何使用DOM和php文本模板编写XML。
By satisfying the requirements above, the framework allows programmers to read XML documents in (unmarshalling), modify the DOM, and save changes back to an XML document (marshalling).
通过满足上述要求,这个框架允许程序员将多个XML文档读入内存(解组),修改DOM,然后将更改保存回一个XML文档(编组)。
However, DOM implementations generally keep all XML nodes in memory, which can be inefficient for larger documents.
然而,DOM的实现常常将所有xml节点保持在内存中,这使较大的文档变得效率低下。
Partly because canonicalization is most easily implemented using a DOM model, the XML security libraries are all written to work with DOM representations of XML.
在一定程度上,由于使用DOM模型是实现规范化最简单的一种方法,因此XML安全性库都被设计为操作XML的DOM表示。
With the DOM, you can build, modify, query, validate and transform XML Documents.
使用DOM可以构建、修改、查询、验证和转换XML文档。
Listing 5 shows how the DOM builds the books XML file.
清单5显示了DOM构建图书XML文件的方式。
DOM provides a straightforward object model for XML documents.
DOM将为XML文档提供一个简单的对象模型。
Many programming languages represent XML as a DOM tree.
许多编程语言将XML表示为dom树。
Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM).
了解XML会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。
Listing 2 illustrates the use of the DOM to create an XML string and XML document, formatted for your viewing pleasure.
清单2示范了使用DOM创建XML字符串和XML文档并设置格式以便查看。
This is a DOM object representing the XML document seen in Listing 2.
这是一个DOM对象,表示清单2中的XML文档。
Listing 1 is a sample XML document while Figure 1 is the corresponding DOM tree.
清单1是一个示例XML文档,图1是相应的dom树。
This code creates a new XML Document Object Model (DOM), then adds all of the data in the $items array to it.
这段代码创建了一个新的XML文档对象模型(Document Object Model ,DOM),然后将 $items数组中的所有数据都保存到这个模型中。
Creation of this file is, of course, eminently automatable by any number of methods ranging from pure text manipulation to XML Document Object Model (DOM) manipulation.
当然,此文件的创建操作可以由从纯文本处理到XML文档对象模型(Document Object Model, DOM)处理的任意数目个方法出色地自动完成。
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结构的内存中的对象模型。
The function interrogates the shopping cart XML document using DOM calls and updates the Web page (see Listing 1) to reflect the new cart contents.
函数用DOM调用检查购物车的XML文档,然后更新We b页面(请参阅清单1),反映新的购物车内容。
Always read XML from users using a DOM library or SAX parser.
应当一直用dom库或SAX解析器读取来自用户的XML。
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。
应用推荐