CompositeNodeBase Class
Aspose.Note for .Net
CompositeNodeBase Class |
The non-generic class for nodes that can contain other nodes.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
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.
| Name | Description | |
|---|---|---|
| CompositeNodeBase(NodeType) |
Initializes a new instance of the CompositeNodeBase class.
| |
| CompositeNodeBase(Document, NodeType) |
Initializes a new instance of the CompositeNodeBase class.
The class protected constructor.
|
| Name | Description | |
|---|---|---|
| Document |
Gets the document of the node.
(Inherited from Node.) | |
| IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.) | |
| NextSibling |
Gets the next node at the same node tree level.
(Inherited from Node.) | |
| NodeType |
Gets the node type.
(Inherited from Node.) | |
| ParentNode |
Gets the parent node.
(Inherited from Node.) | |
| PreviousSibling |
Gets the previous node at the same node tree level.
(Inherited from Node.) |
| Name | Description | |
|---|---|---|
| Accept |
Accepts the visitor of the node.
(Inherited from Node.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetChildNodes(NodeType) | Obsolete.
Get all child nodes by node type.
| |
| GetChildNodesT1 |
Get all child nodes by the node type.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |