accept<T> abstract method
Dispatch the invocation depending on this type to the visitor
.
Implementation
T accept<T>(XmlVisitor<T> visitor);
Dispatch the invocation depending on this type to the visitor
.
T accept<T>(XmlVisitor<T> visitor);