Our last step is to deliver the requested part of the DOM tree back to the user.
最后一步是将被请求的dom树部分发送给用户。
Most browsers can be extended with debugging AIDS such as DOM tree viewers or debuggers.
大多数浏览器都可以添加调试辅助工具,例如dom树查看器或调试器。
The main task of XMLizing is to parse the source and construct a DOM tree according to the source file definition.
XML化的主要任务是解析源文件,根据源文件定义构造DOM树。
This is ideal for supplying an existing DOM tree to a transformation, perhaps if parsing has already occurred and an XML document is already in memory as a DOM structure.
如果已经开始进行语法分析,并且XML文档已经在内存中以DOM结构存在,那么,这可能是为变换提供现有dom树的理想方法。
Retrieving partial documents or nodes from a DOM tree was not possible.
不能从dom树检索部分文档或节点。
You could easily rewrite this application to generate the DOM tree by parsing an XML file.
您很容易重新编写这个应用程序,使它通过分析XML文件生成dom树。
For example, default attributes can appear in a DOM tree or new SAX events can occur as a result of validation.
比如,dom树中可能出现默认属性,或者作为验证结果出现新的SAX事件。
You can also construct a DOM tree yourself, and convert it to XML; this is often a more flexible way of producing XML output than simply writing... to a file.
您也可以自己构造一棵dom树,然后将它转换成xml;用这种方法生成XML输出比仅将…写入文件的方法更灵活。
You「ll use that name to build a DOM tree from the XML document the filename references.
您将使用该名称从它引用的XML文档构建一个dom树。
The information we」re using builds a DOM tree from objects; that DOM tree contains the text of a Shakespearean sonnet, along with other information about the sonnet.
我们使用的信息从对象中构建dom树;该dom树包含了莎士比亚十四行诗的文本,以及关于这首十四行诗的其他信息。
To do that, though, you must ensure that your DOM tree is namespace aware.
为此,您必须确保dom树是名称空间感知的。
Sometimes pages feel less responsive because of too many event handlers attached to different elements of the DOM tree which are then executed too often.
有时由于的太多事件处理程序附加到的dom树,然后过于频繁执行的不同元素页感觉不到响应。
Validation was inconsistent — different routines would interpret the same DOM tree differently!
验证不一致,不同的例程以不同的方式解释同一dom树。