accept abstract method
dynamic
accept(
- XmlVisitor visitor
inherited
Dispatch the invocation depending on this type to the visitor.
Implementation
dynamic accept(XmlVisitor visitor);
Dispatch the invocation depending on this type to the visitor.
dynamic accept(XmlVisitor visitor);