Node.Accept

Node.Accept method

Accepts the visitor of the node.

public abstract void Accept(DocumentVisitor visitor)
ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor.

See Also