您要查找的是不是:
- Object containing the current node. 返回包含当前节点的。
- Gets the local name of the current node. 获取当前节点的本地名称。
- Gets the name of the current node. 获取当前节点的名称。
- Gets the text value of the current node. 获取当前节点的文本值。
- Gets the type of the current node. 获取当前节点的类型。
- To the first child node of the current node. 移动到当前节点的第一个子节点。
- To the first sibling node of the current node. 移动到当前节点的第一个同级节点。
- To the next sibling node of the current node. 移动到当前节点的下一个同级节点。
- The current node works like an implicit parameter. 当前节点就像是一个隐式参数。
- Skips the children of the current node. 跳过当前节点的子级。
- The base URI of the current node. 当前节点的基URI。
- Returns the name of the current node as a string. 以字符串形式返回当前节点的名称。
- Returns the parent node of the current node. 返回当前节点的母节点。
- Returns the type of the current node. 返回当前节点的类型。
- Object that contains the schema information for the current node. 对象,包含当前节点的架构信息。
- Does not change the current node or the current node list. 不会更改当前节点或当前节点列表。
- That identifies the hierarchical path relative to the current node. 标识相对当前节点的分层路径。
- Value indicating whether the current node has any attributes. 值,该值指示当前节点是否有任何属性。
- Many operations in XSLT are relative to the current node. XSLT的很多操作是相对于当前节点的。
- Collapses the current node and all its child nodes. 折叠当前节点及其所有子节点。