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