accept<T> abstract method

T accept<T>(
  1. XmlVisitor<T> visitor
)

Dispatch the invocation depending on this type to the visitor.

Implementation

T accept<T>(XmlVisitor<T> visitor);