CompositeNode Methods |
The CompositeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Accept |
Accepts a visitor.
(Inherited from Node.) |
![]() ![]() | AppendChild |
Adds the specified node to the end of the list of child nodes for this node.
|
![]() ![]() | Clone | (Inherited from Node.) |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetAncestor(Type) |
Gets the first ancestor of the specified object type.
(Inherited from Node.) |
![]() ![]() | GetAncestor(NodeType) |
Gets the first ancestor of the specified NodeType.
(Inherited from Node.) |
![]() ![]() | GetChild |
Returns an Nth child node that matches the specified type.
|
![]() ![]() | GetChildNodes |
Returns a live collection of child nodes that match the specified type.
|
![]() ![]() | GetEnumerator |
Provides support for the for each style iteration over the child nodes of this node.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetText |
Gets the text of this node and of all its children.
(Overrides NodeGetText.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | IndexOf |
Returns the index of the specified child node in the child node array.
|
![]() ![]() | InsertAfter |
Inserts the specified node immediately after the specified reference node.
|
![]() ![]() | InsertBefore |
Inserts the specified node immediately before the specified reference node.
|
![]() ![]() | NextPreOrder |
Gets next node according to the pre-order tree traversal algorithm.
(Inherited from Node.) |
![]() ![]() | PrependChild |
Adds the specified node to the beginning of the list of child nodes for this node.
|
![]() ![]() | PreviousPreOrder |
Gets the previous node according to the pre-order tree traversal algorithm.
(Inherited from Node.) |
![]() ![]() | Remove |
Removes itself from the parent.
(Inherited from Node.) |
![]() ![]() | RemoveAllChildren |
Removes all the child nodes of the current node.
|
![]() ![]() | RemoveChild |
Removes the specified child node.
|
![]() ![]() | RemoveSmartTags |
Removes all SmartTag descendant nodes of the current node.
|
![]() ![]() | SelectNodes |
Selects a list of nodes matching the XPath expression.
|
![]() ![]() | SelectSingleNode |
Selects the first Node that matches the XPath expression.
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | ToString(SaveFormat) |
Exports the content of the node into a string in the specified format.
(Inherited from Node.) |
![]() ![]() | ToString(SaveOptions) |
Exports the content of the node into a string using the specified save options.
(Inherited from Node.) |