Accept | Accepts a visitor. |
AppendChild (inherited from CompositeNode) | Adds the specified node to the end of the list of child nodes for this node. |
Clone | Creates a duplicate of the node. |
EnsureMinimum | If the last child is not a paragraph, creates and appends one empty paragraph. |
GetAncestor (inherited from Node) | Overloaded. Gets the first ancestor of the specified object type. |
GetChild (inherited from CompositeNode) | Returns an Nth child node that matches the specified type. |
GetChildNodes (inherited from CompositeNode) | Overloaded. Returns a collection of child nodes that match the specified type. |
GetEnumerator (inherited from CompositeNode) | Provides support for the for each style iteration over the child nodes of this node. |
GetText (inherited from CompositeNode) | Gets the text of this node and of all its children. |
IndexOf (inherited from CompositeNode) | Returns the index of the specified child node in the child node array. |
InsertAfter (inherited from CompositeNode) | Inserts the specified node immediately after the specified reference node. |
InsertBefore (inherited from CompositeNode) | Inserts the specified node immediately before the specified reference node. |
NextPreOrder (inherited from Node) | Gets next node according to the pre-order tree traversal algorithm. |
PrependChild (inherited from CompositeNode) | Adds the specified node to the beginning of the list of child nodes for this node. |
PreviousPreOrder (inherited from Node) | Gets the previous node according to the pre-order tree traversal algorithm. |
Remove (inherited from Node) | Removes itself from the parent. |
RemoveAllChildren (inherited from CompositeNode) | Removes all the child nodes of the current node. |
RemoveChild (inherited from CompositeNode) | Removes the specified child node. |
SelectNodes (inherited from CompositeNode) | Selects a list of nodes matching the XPath expression. |
SelectSingleNode (inherited from CompositeNode) | Selects the first Node that matches the XPath expression. |
ToTxt (inherited from Node) | Exports the content of the node into a string in plain text format. |