以下为句子列表:
英文: The element applies a template rule to the current element or to the current element's child nodes.
中文: 元素是把模板应用到当前元素或当前元素的子节点上。
更详细...
英文: The element applies a template to the current element or to the current element's child nodes.
中文: 元素将模版应用于当前元素或应用于当前元素的子节点。
更详细...
英文: The current() function returns the value of the current element in an array.
中文: 函数的作用是:返回数组中当前元素的值。
更详细...
英文: The hasAttribute() method returns TRUE if the current element node has the attribute specified by name, and FALSE otherwise.
中文: 方法的作用是:如果当前节点包含指定名称所对应的属性,则返回true,否则,则返回false。
更详细...
英文: The hasAttributeNS() method returns TRUE if the current element node has the attribute specified by namespace and name, and FALSE otherwise.
中文: 方法的作用是:如果当前节点包含指定命名空间和名称所对应的属性,则返回true,否则,则返回false。
更详细...
|