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

NameTypeAccessDescription
ParentNodeNode | NoneReadGets the parent node.
DocumentDocument | NoneReadGets the document.

Methods

SignatureDescription
Accept(visitor: DocumentVisitor)Invokes the visitor on this node for traversal or processing

See Also