Node Class

The base class for all nodes of an Aspose.Note document.
Inheritance Hierarchy

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public abstract class Node : INode

The Node type exposes the following members.

Constructors
  NameDescription
Protected methodNode(NodeType)
Initializes a new instance of the Node class.
Protected methodNode(Document, NodeType)
Initializes a new instance of the Node class. The class protected constructor.
Properties
  NameDescription
Public propertyDocument
Gets the document of the node.
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
Public propertyNextSibling
Gets the next node at the same node tree level.
Public propertyNodeType
Gets the node type.
Public propertyParentNode
Gets the parent node.
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also