ICompositeNode Interface

Aspose.Note for .NET API

ICompositeNode Interface

The interface for nodes that can contain other nodes.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface ICompositeNode
Public Interface ICompositeNode
public interface class ICompositeNode
type ICompositeNode =  interface end
Methods
  NameDescription
Public methodGetChildNodes(NodeType) Obsolete.
Get all child nodes by node type.
Public methodGetChildNodesT1
Get all child nodes by the node type.
Top
See Also