Node Class

Aspose.Note for .NET API

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: 18.1
Syntax
public abstract class Node : INode
Public MustInherit Class Node
	Implements INode
public ref class Node abstract : INode
[<AbstractClassAttribute>]
type Node =  
    class
        interface INode
    end

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.
Top
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.
Top
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also