Node
Overview
Node is a class in Aspose.Note FOSS for Python.
Node.Accept invokes the visitor on this node for traversal or processing.
This class provides 1 method for working with Node objects in Python programs.
Available methods include: Accept.
All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package.
Properties: Document, ParentNode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ParentNode | Node | None | Read | Gets the parent node. |
Document | Document | None | Read | Gets the document. |
Methods
| Signature | Description |
|---|---|
Accept(visitor: DocumentVisitor) | Invokes the visitor on this node for traversal or processing |