INode.Accept

INode.Accept method

Accepts the visitor of the node.

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

See Also