Node Methods |
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Accept |
Accepts a visitor.
|
![]() ![]() | Clone | |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetAncestor(Type) |
Gets the first ancestor of the specified object type.
|
![]() ![]() | GetAncestor(NodeType) |
Gets the first ancestor of the specified NodeType.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetText |
Gets the text of this node and of all its children.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | NextPreOrder |
Gets next node according to the pre-order tree traversal algorithm.
|
![]() ![]() ![]() | NodeTypeToString |
A utility method that converts a node type enum value into a user friendly string.
|
![]() ![]() | PreviousPreOrder |
Gets the previous node according to the pre-order tree traversal algorithm.
|
![]() ![]() | Remove |
Removes itself from the parent.
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | ToString(SaveFormat) |
Exports the content of the node into a string in the specified format.
|
![]() ![]() | ToString(SaveOptions) |
Exports the content of the node into a string using the specified save options.
|