IDocumentNode

Description

interface Tinman.Core.Document.IDocumentNode

Base interface for nodes in a text document.

Public / Methods

Accept


public method Accept → (2)

visitor in : IDocumentNodeVisitor

The visitor to accept. If null the method shall return silently.

userData in : object

Optional user data object.

Accepts the given node visitor.

IOException

If an I/O error has occurred.

Public / Attributes

Is​Empty


public attribute IsEmpty → (get)

value : bool

true if this document node is empty, false if not.

Is this document node empty, i.e. it does not contain any visual content?