通常,元素名反映了它们的英文含义。
Generally, the element names reflect their English meanings.
您可以为某个文档或文档集创建元素名。
You can create element names for individual documents or for document sets.
元素名中不能出现空格。
此方法根据元素名查找元素。
This method looks at the element names and looks for a element.
添加新的元素名并不会改变数据结构——它总是树结构。
Adding new element names does not change the data structure-it always remains a tree structure.
注意,所有元素名前面都有一个作为属性声明的名称空间。
Note that all element names are prefixed with one of the namespaces declared as attributes.
在这种情况下,选择符是祖先元素名后面跟着后代元素名。
In this case, the selector is the ancestor element name followed by the descendant element name.
不过所有的建议都以XPath为基础,但至少允许使用子元素名。
However, all the proposals are based on XPath, and allow at least child element names.
excel列可以使用在XML元素名中无效的字符,比如说空格。
Excel columns can use characters that are not valid in XML element names, such as Spaces.
因此,基于具体的实例元素名的应用程序不能处理任何GML实例数据。
Therefore, an application based on concrete instance element names is unable to process any GML instance data.
后者不匹配示例数据中的任何元素,因为示例数据中的元素名是小写的。
The latter would not find any elements in our sample data because the element in our sample data is spelled in lower case.
要标记元素的开始标记,像这样将元素名放到尖括号中():。
To mark the beginning tag of the element, place the element's name inside angle brackets () like this: .
只需修改XML模式,XML模式描述在树结构中使用和关联元素名的方式。
It only involves a change in the XML schema describing the way that element names are used and related within the tree structure.
在清单10中,由于元素名不能为空,每个名称默认为header。
In Listing 10, because element names can't be empty, each name defaults to header.
在每一级,通过验证元素名或工作表名称,检查它是否具有正确的子元素。
At several levels it checks to see that it has the right child by verifying the name of the element or the name of the sheet.
CSS不但允许根据元素名应用规则,还允许根据元素在整个文档中的位置应用规则。
CSS enables the application of rules based not only on an element's name, but also on its position within the overall document.
一个实际的副作用是全局声明必须是唯一的:任何两个全局声明都不能有相同的元素名。
A practical side effect is that global declarations must be unique: No two global declarations can use the same element name.
由于工作流使用的输入输出数据格式是XML,所以我们需要xml元素名的规格说明。
As the input and output data format that workflow USES is XML, we require a specification of the XML element names.
在XML元素开始和结束的时候,它把相应的元素名和一个路径片段进行比较。
It ACTS upon the start and end of XML elements and compares the name of the respective elements with a path segment.
我更喜欢使用元素名“givenname”,并在清单2中使用了这个名称。
I prefer an element name of "givenname," and that is what I use in Listing 2.
在生成的XML中对象名变成了元素名,类中的字符串组成了XML中的元素内容。
Object names become element names in the XML produced, and the strings within classes form the element content of the XML.
name属性指定配置文件中的元素名,type 属性则指定对应的PHP数据类型。
The name attribute specifies an element name from the configuration file, while the type attribute specifies the corresponding PHP data type.
一旦进入内部循环,就创建一个XML元素来表示单元格,使用适当的列名作为元素名。
Once you're inside the inner loop, create an XML element to represent the cell, using the appropriate column name as the element name.
一个XML实例文档可能引用多个名称空间的元素名,这些名称空间定义在不同模式中。
An XML instance document may refer to names of elements from multiple namespaces that are defined in multiple schemas.
模板规则只需要查看class属性中的祖先元素名,然后重命名当前元素以与其匹配。
The template rule simply looks in the class attribute for the ancestor element name, and renames the current element to match.
尽管它们的语法不同,但是无论使用哪一个来基于元素名或属性值从文档选择重要的或感兴趣的节点,都相当容易。
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.
这些XML元素名对应于SQL语句的类型 —元素对应于 SQLINSERT 语句,以此类推。
The XML element names correspond to the type of SQL statements you would expect them to — the elements correspond to SQL INSERT statements and so on.
由于XOM包含一个方法来按名称找到元素,所以我们考虑使用excel列作为元素名而不是作为属性。
Because XOM contains a method to find elements by their names, consider using the Excel columns as element names rather than as attributes.
属性名可以包含在元素名中使用的字符,规则也是类似的,即字符之间不能带有空格,名称只能以字母开始。
Attribute names can include the same characters as element names, with similar rules for omitting Spaces and starting names with alphabetic characters.
通用性:由于不需要列出所有可能的元素名,使代码更加通用,可以包含可能出现在实例文档中的不同特性元素的变体。
Generality: Without having to list all possible element names, the code is general enough to encompass the variation of different feature elements that might appear in instance documents.
应用推荐