After the DOM is augmented with annotation statements, the annotation Engine makes another pass through the DOM, and processes the annotations.
用注释语句扩展了DOM之后,注释引擎通过DOM进行另一次传送,然后处理这些注释。
By restricting DOM manipulation to child elements and nodes of the sandboxed element, you can securely manipulate the browser's DOM within the sandbox.
通过将DOM操作限制到沙箱元素的子元素和节点,您可以在沙箱中安全地操作浏览器的DOM。
The $() function allows you to access DOM elements with their native names, making this interface an ideal choice for those developers already familiar with the DOM.
$()函数的功能是允许以其本地名字访问DOM元素,这就让此接口成为了已经熟悉 DOM 的那些开发人员的最佳选择。
DOM is a W3C standard, which gives the DOM a lot of authority with developers due to its consistency with other programming languages.
DOM是一种W3C标准,由于和其他编程语言的一致性,对于开发人员来说,为DOM增加了不少权威性。
Many vendors support the DOM as an interface to their proprietary data structures and APIs, which gives the DOM model a lot of authority with developers due to its familiarity.
很多厂商支持DOM作为其私有数据结构和API 的接口,由于开发人员对其比较熟悉,给 DOM模型增加了不少权威色彩。
Similar to the DOM wrapper that you created in the application server, you will create a DOM wrapper for the client.
与在应用服务器中创建的DOM包装器相似,我们将为客户机创建一个 DOM 包装器。
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表示。
For larger documents (~100K and higher) the deferred DOM offers better performance than non-deferred DOM, but uses more memory.
对于较大的文档(大约 100K 或者更大),延迟DOM 的性能要好于非延迟 DOM,但是要使用更多的内存。
If you are familiar with the DOM from other languages, you will have an easier time coding with the DOM in PHP5 than previous versions.
如果通过其他语言熟悉了DOM,则与以前的版本相比,在PHP5中使用DOM编程将简单得多。
You've had two full articles of introduction to the Document Object Model, or DOM; you should be pretty comfortable with how the DOM works by now.
前面两期文章已经详细介绍了文档对象模型或者DOM,读者应该很清楚 DOM 是如何工作的了。
In previous articles, you saw the basic concepts involved in working with the DOM, and got a detailed look at the API; now you've worked through a simple DOM-based application.
前面的文章介绍了使用DOM所涉及到的基本概念,详细地讨论了API,现在又建立一个简单的基于DOM的应用程序。
When you navigate a DOM, you'll find that sometimes, you need to go directly to a DOM element, and sometimes you need a specific child of that element, such as when you're dealing with text.
在DOM中导航时,会发现有时需要直接转到DOM元素,而有时又需要转到该元素的特定子元素,比如在处理文本的时候。
Using the DOM isn't a good option, as there aren't good, simple ways to turn a DOM object into a string that you can send as a request.
使用DOM不是一种好的选择,因为没有简单易行的办法将 DOM对象转化成在请求中发送的字符串。
For example, SAX and DOM have nothing to do with how XML documents are rendered; or the parser you're using must be compatible with your processing API (SAX or DOM).
例如,SAX和DOM同如何呈现XML文档无关;又例如,您正在使用的解析器必须与您的处理API (SAX或DOM)兼容。
The same is true when you use JAXP for DOM parsing which provides an even easier DOM-to-SAX layering of APIs.
使用JAXP进行DOM解析时也同样如此,提供了一种更为简便的 DOM 到SAX的 API 分层。
Build the DOM structure by hand using the client DOM interface.
使用客户机DOM接口手动构建DOM结构。
The DOM layer provides a foundation for constructing the DOM tree that is compliant with the ODF standard specification.
dom层为构造符合ODF标准规范的dom树提供基础。
Annotation works on a document Object Model (DOM) version of a parsed HTML document by applying annotations to DOM elements that are selected by XPath statements. For example, the statement.
注释通过将注释应用到xpath语句所选择的文档对象模型(Document Object Model,DOM)元素上在一个已解析的HTML文档的DOM版本上工作。
The DOM model is also affected by the fact that different Web browsers and environments have different DOM structures and interfaces.
对于不同的Web浏览器和环境,其DOM结构和接口也不尽相同,DOM模型自然也无法避免这种影响。
Another advantage that DOM programmers have when working with XPath is that they actually use the DOM to get access to an XML document, before applying any XPath expressions.
使用XPath时,DOM程序员还有一个优势,即在应用任何XPath表达式之前实际使用DOM获得对XML文档的访问。
To isolate the application code from the DOM APIs used to navigate and manipulate the XML model, you can create a wrapper around the DOM and XPath implementations.
为了隔离应用程序代码与用来导航和操作xml模型的DOMAPI,可以为DOM和XPath实现创建一个包装器。
Dom (specifically xml.dom.minidom) offers a rather heavy API for OOP-style manipulation of XML documents — with methods common across dom implementations in many programming languages.
dom(特别是xml . dom .minidom)为xml文档的OOP -风格操作提供了相当繁重的API—有一些方法共同用于许多编程语言中的dom实现。
One such enhancement is the (currently beta) cDomlette module, which can build a complex DOM tree much faster than PyXML's default DOM implementation.
其中一个增强是(目前是测试版)cDomlette模块,在构建复杂DOM树方面,它的速度比PyXML 的缺省 DOM 实现快得多。
Parsing can then occur, and the resultant DOM Document object is handed off to a method that prints the DOM tree.
然后,就可以进行语法分析了,产生的DOMDocument对象传递给打印dom树的方法。
The implementation of dom that comes with Python 2.0 is called xml.dom.minidom, and provides a lightweight and small footprint version of dom.
Python 2.0中自带的dom实现被称为xml . dom .minidom,并提供轻量级和小型版本的dom。
The DOM Level 3 Core specification, which is now in Last Call status, is the latest in a series of DOM specifications produced by the W3C.
DOMLevel3Core规范现在处于Last Call(最后请求)状态,它是W3C制定的一系列DOM规范中最新的一个。
The modify method for Xerces USES only standard DOM interfaces, so it's also compatible with any other DOM implementation.
Xerces的modify方法只使用标准DOM接口,所以它还与任何其它DOM实现兼容。
The modify method for Xerces USES only standard DOM interfaces, so it's also compatible with any other DOM implementation.
Xerces的modify方法只使用标准DOM接口,所以它还与任何其它DOM实现兼容。
应用推荐