CompositeNode1.Accept

CompositeNode<T>.Accept method

Accepts the visitor of the node.

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

See Also