Text Members |
![]() |
Gets a collection containing the attributes of this node. |
![]() |
Gets all the child nodes of the node. |
![]() |
Gets or sets the data of the node. |
![]() |
Gets the first child of the node. |
![]() |
Gets the last child of the node. |
![]() |
Gets the length of the data, in characters. |
![]() |
Gets the node immediately following this node. |
![]() |
Gets the qualified name of the node. |
![]() |
Gets the type of the current node. |
![]() |
Gets or sets the value of the node. |
![]() |
Gets the document to which this node belongs. |
![]() |
Gets the parent of this node. |
![]() |
Gets the node immediately preceding this node. |
![]() |
Adds the specified node to the end of the list of child nodes, of this node. |
![]() |
Appends the specified string to the end of the character data of the node. |
![]() |
Creates a duplicate of this node. |
![]() |
Remove a range of characters from the node. |
![]() |
Gets a value indicating whether this node has any child nodes. |
![]() |
Inserts the specified node immediately before the specified reference node. |
![]() |
Insert the specified string at the specified character offset. |
![]() |
Combines all adjacent text nodes in the full depth of the sub-tree underneath this node. |
![]() |
Removes specified child node. |
![]() |
Replaces the child node oldChild with newChild node. |
![]() |
Replace the specified number of characters starting at the specified offset with the specified string. |
![]() |
Splits the node into two nodes at the specified offset, keeping both in the tree as siblings. |
![]() |
Retrieves a substring, of the full string, from the specified range. |