accept abstract method

void accept(
  1. XmlVisitor visitor
)

Dispatch the invocation depending on this type to the visitor.

Implementation

void accept(XmlVisitor visitor);