accept abstract method

dynamic accept(
  1. XmlVisitor visitor
)

Dispatch the invocation depending on this type to the visitor.

Implementation

dynamic accept(XmlVisitor visitor);