Node Class |
Namespace: Aspose.Note
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() | Node(NodeType) |
Initializes a new instance of the Node class.
|
![]() | Node(Document, NodeType) |
Initializes a new instance of the Node class.
The class protected constructor.
|
Name | Description | |
---|---|---|
![]() | Document |
Gets the document of the node.
|
![]() | IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
|
![]() | NextSibling |
Gets the next node at the same node tree level.
|
![]() | NodeType |
Gets the node type.
|
![]() | ParentNode |
Gets the parent node.
|
![]() | PreviousSibling |
Gets the previous node at the same node tree level.
|
Name | Description | |
---|---|---|
![]() | Accept |
Accepts the visitor of the node.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |