您要查找的是不是:
- Locates the first child node of the context node. 定位上下文节点的第一个子节点。
- To the first child node of the current node. 移动到当前节点的第一个子节点。
- Removes the specified child node. 移除指定的子节点。
- The XML data string for the new child node. 新的子节点的XML数据字符串。
- The local name of the child node to move to. 要移动到的子节点的本地名称。
- The removeChild() method removes a child node. 方法的作用是:删除一个子节点。
- This method returns the new child node. 这个方法返回新的子节点。
- Replace a child node with a new child node. // 用新的子节点替换一个子节点。
- Node does not appear as the child node of any other node type. 节点不以任何其他节点类型子节点的形式出现。
- Gets all the child nodes of the node. 获取节点的所有子节点。
- Replaces all the child nodes of the selected node. 替换所有选定节点的子节点。
- Collapses the current node and all its child nodes. 折叠当前节点及其所有子节点。
- Replaces the child node specified with the new child node specified. 用指定的新子节点替换指定的子节点。
- The function in the example above checks the node type of the first child node. 上述案例检验了第一个子节点的节点类型。
- Any child nodes under the deleted parent node are also deleted. 删除的父节点下的任何子节点将同时删除。
- Object that contains the current node and its child nodes. 对象,该对象包含当前节点及其子节点。
- ChildNodes Contains a node list containing the child nodes. 所有的子节点。
- A node that has a parent node and one or more child nodes. 具有一个父节点,并且有一个或多个子节点的节点。
- A node that has no parent node and one or more child nodes. 没有父节点、但具有一个或多个子节点的节点。
- A node with a parent node and one or more child nodes. 具有一个父节点和一个或多个子节点的节点。