IDocumentNodeVisitor

Description

interface Tinman.Core.Document.IDocumentNodeVisitor

Visitor for IDocumentNodes.

Public / Methods

Visit

11 overloads


public method Visit1 → (2)

node in : AnchorNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit2 → (2)

node in : BreakNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit3 → (2)

node in : ImageNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit4 → (2)

node in : LinkNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit5 → (2)

node in : ListItemNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit6 → (2)

node in : ListNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit7 → (2)

node in : ParagraphNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit8 → (2)

node in : SeparatorNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit9 → (2)

node in : TextBlockNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit10 → (2)

node in : TextDocument

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.


public method Visit11 → (2)

node in : TextNode

The node to visit.

userData in : object

Optional user data object.

Visits the given documentation node.

IOException

If an I/O error has occurred.