The attribute nodes are depicted in red and include.
属性节点显示为红色,包括。
So you have text nodes, element nodes, and attribute nodes.
所以可以有文本节点、元素节点和属性节点。
Changing the value of any text or attribute nodes in the target XML document.
更改目标XML文档中任何文本或属性节点的值。
This namespace affects the configuration of any element or attribute nodes generated.
这个命名空间影响任何产生的项目或属性节点的组态。
By default, eXist indexes element and attribute nodes as well as the full text of the document.
默认情况下,eXist对元素和属性节点以及文档的全部文本做索引。
And, just as in the case of attribute nodes, some of the standard rules of thinking about elements are broken.
而且和属性节点一样,违背了看待元素的几条标准规则。
The XML Document Object Model (DOM) checks the validity of the names when creating new element nodes or attribute nodes.
XML文档对象模型(DOM)在创建新元素节点或属性节点时检查名称的有效性。
This stems from the fact that SimpleXML creates the element and attribute nodes on the fly by exploiting the dynamic nature of PHP.
此缺点源于SimpleXML将通过使用PHP的动态特性动态创建元素和属性节点。
This optimization also takes account of the fact that attribute nodes are not actually materialized on the tree unless they are required.
该优化还考虑到属性节点并没有在树上真正具体化,除非需要使用它们。
The XSLT in Listing 41 copies text, element, and attribute nodes in the source XML document, but namespace nodes and the DOCTYPE declaration are omitted.
清单41中的XSLT复制源xml文档中的文本、元素和属性节点,但是忽略名称空间节点和DOCTYPE声明。
For example, Figure 3 shows that Jaxen needs tests that apply the name function to text nodes, comment nodes, processing instruction nodes, attribute nodes, and namespace nodes.
例如,图3显示Jaxen需要进行一些测试,运用name函数对文字节点、注释节点、处理指令节点、属性节点和名称空间节点进行测试。
SimpleXML's generation of element and attribute nodes on the fly as properties of other nodes makes for node traversal code that is almost as readable as the Zend Google data API classes.
SimpleXML动态生成元素和属性节点作为其他节点的属性,有利于获得几乎像ZendGoogle数据api类一样可读的节点遍历代码。
The instance view lets you create a new instance, add and delete elements and attributes, change element and attribute names, move element and attribute nodes, rename them, and assign values to them.
Instance视图允许创建新实例,增加和删除元素或属性,改变元素和属性名,删除元素和属性节点,重命名和为其赋值。
Although their syntax is different, using one or the other to select important or interesting nodes based on element names or attribute values from a document is relatively easy.
尽管它们的语法不同,但是无论使用哪一个来基于元素名或属性值从文档选择重要的或感兴趣的节点,都相当容易。
Meanwhile, the nodes attribute specifies a query expression that can result in any number (including zero) of nodes.
同时,节点属性指定可以产生任何数量(包括零)节点的查询表达式。
An element can have attributes that also get mapped to child nodes; namespaces are a special type of attribute used to qualify names to avoid name clashes between elements of different XML formats.
元素可以有属性,属性也映射到子节点;名称空间是一种特殊的属性,它们用来限定名称,以避免在不同xml格式的元素之间出现名称冲突。
Rather than just dumping every attribute back into XML, you might want to filter and massage nodes before writing them.
可能不仅仅是将每个属性转储到XML 中,在写入之前,还要过滤和处理节点。
In addition, asterisks can be used as wildcards to match multiple nodes, and bracketed expressions can be used to match attribute values and specify indices.
此外,星号可以用于作为通配符来匹配多个节点,括号内的表达式可以用于匹配属性值和规定索引。
As you start to use attribute selectors more and more, you'll end up working with values (from attributes) as much as you work with nodes.
随着越来越多的使用属性选择器,最终将与处理节点一样经常地使用值(来自属性)。
Notice that if the LOAD_BALANCE attribute is turned off, the order in which the RAC nodes are specified in the data source URL becomes important.
注意,如果关闭LOAD_BALANCE属性,则在数据源url中指定rac节点的顺序就变得非常重要。
The DPTK query expression describing that navigation is /swim/meet/team, and we use that expression in the nodes attribute of an tag
描述该导航的DPTK查询表达式是 /swim/meet/team,并且我们在 标记的节点属性中使用该表达式。
And that attribute is assumed to be relative to the set of nodes already chosen (in this case, all the CD elements).
并且该属性是关于已经选择的节点集的(即所有cd元素)。
The.children attribute is generically hierarchical, but most attributes collect nodes of a given type.
children属性通常是分层的,但大多数属性收集给定类型的节点。
All group nodes in Figure 1 (such as the engineers node) use the member attribute to specify members of the group.
图1中所有的组节点(例如engineers节点)使用member属性指定该组的成员。
Listing 1 (kill-content.xslt) is an XSLT script that eliminates all text nodes and attribute values, leaving essentially a skeleton of the node structure.
清单1 (kill - content .xslt)中的xslt脚本可以删除所有的文本节点和属性值,仅留下节点结构骨架。
Note that this does not return the actual referenced element, it only returns the element nodes that have a ref attribute.
注意,这并不返回引用的实际元素,只返回具有ref属性的元素节点。
The statement /x/y/* returns all nodes under any node y with the parent x. /x/y[@name='a'] matches all nodes y who have a parent x, and have an attribute called name with the value a.
x/y/*语句返回父节点为 x的任何节点 y下的所有节点。 /x/y[@name='a']匹配所有具有父节点 x且具有名为 name 且值为 a 的属性的节点 y。
A job that requires a certain operating system via the job nodes attribute will run only on nodes that have that operating system.
若一个作业要求必须在某个特定操作系统上运行(通过作业nodes属性),那么这个作业将只能在支持该操作系统的节点上运行。
How do I get nodes with a specific attribute that contains a colon?
我怎么得到节点与一个特定的属性,其中包含一个冒号吗?
As with the previous techniques XSL provides this function for nodes in the source document, but the fact that WSDL USES an attribute value to store the qname complicates matters.
前面的技术xsl为源文档中的节点提供了此功能,但由于WSDL使用属性值来存储qname,从而使得问题复杂化了。
应用推荐