CompositeNodeBase Class

Aspose.Note for .NET API

CompositeNodeBase Class

The non-generic class for nodes that can contain other nodes.
Inheritance Hierarchy
SystemObject  Aspose.NoteNode
    Aspose.NoteCompositeNodeBase
      Aspose.NoteCompositeNodeT

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public abstract class CompositeNodeBase : Node, 
	ICompositeNode
Public MustInherit Class CompositeNodeBase
	Inherits Node
	Implements ICompositeNode
public ref class CompositeNodeBase abstract : public Node, 
	ICompositeNode
[<AbstractClassAttribute>]
type CompositeNodeBase =  
    class
        inherit Node
        interface ICompositeNode
    end

The CompositeNodeBase type exposes the following members.

Constructors
  NameDescription
Protected methodCompositeNodeBase(NodeType)
Initializes a new instance of the CompositeNodeBase class.
Protected methodCompositeNodeBase(Document, NodeType)
Initializes a new instance of the CompositeNodeBase class. The class protected constructor.
Top
Properties
  NameDescription
Public propertyDocument
Gets the document of the node.
(Inherited from Node.)
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.)
Public propertyNextSibling
Gets the next node at the same node tree level.
(Inherited from Node.)
Public propertyNodeType
Gets the node type.
(Inherited from Node.)
Public propertyParentNode
Gets the parent node.
(Inherited from Node.)
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
(Inherited from Node.)
Top
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Inherited from 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 methodGetChildNodes(NodeType) Obsolete.
Get all child nodes by node type.
Public methodGetChildNodesT1
Get all child nodes by the node type.
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