dom tree信息详情

dom tree发音

意思翻译

dom树

相似词语短语

dom───n.师(对罗马天主教等修士的尊称);n.(Dom)人名;(柬)敦

dom brack───他们破产了

dom tiktok───国内机票

se dom───东南部

reissue dom───重新发布dom

dom toretto───多姆托雷托

dom tracy───多姆特蕾西

schleswig dom───石勒苏益格

autochthonous dom───本土

双语使用场景

If you're building a DOM tree, the process still follows the same model.───如果构建一个dom树,构建过程仍然遵循相同的模型。

To ensure that, always turn on namespace awareness when you build your DOM tree.───要确保这一点,应该在构建dom树时始终打开名称空间感知。

Many programming languages represent XML as a DOM tree.───许多编程语言将XML表示为dom树。

One routine could update the DOM tree in such a way as to break another routine accessing the same data.───一个例程更新DOM树后,可能造成其他例程不能访问同一数据。

The first step in working with XPath is to read the target XML document in as a DOM tree, as shown in Listing 3.───使用XPath的第一步是将目标XML文档作为DOM树读入,如清单3所示。

When an existing node is inserted into the DOM tree, it is removed from its original position and added to its target position.───将现有节点插入到DOM树中时,该节点从其原始位置移除并添加到它的目标位置。

The parseFromString function allows you to parse the string into a DOM tree.───parseFromString函数允许将字符串解析成DOM树。

Processing of the response typically consists of parsing the returned XML (or other contents), and using this data to update the DOM tree.───响应处理通常涉及到解析返回的XML(或其他内容)和使用此数据来更新DOM树。

This class contains a constructor and a number of convenience methods that help retrieve information from the DOM tree.───这个类包含一个构造函数和几个方便的方法,可用于从DOM树检索信息。

英语使用场景

Using the serializer filter, your application can specify which nodes you want to serialize into XML without modifying the original DOM tree.

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.

The element represents the root node of the DOM tree.

Until recently, the only way xml_objectify worked was to create a DOM tree, then recurse through that tree to generate the "Pythonic" objects.

All elements, their containing text and their attributes, can be accessed through the DOM tree.

Most browsers can be extended with debugging aids such as DOM tree viewers or debuggers.