menu
xml2 package
documentation
xml.dart
XmlVisitor<T>
visitComment abstract method
visitComment abstract method
dark_mode
light_mode
visitComment
abstract method
T
visitComment
(
XmlComment
node
)
Visit an
XmlComment
node.
Implementation
T visitComment(XmlComment node);
xml2 package
documentation
xml
XmlVisitor<T>
visitComment abstract method
XmlVisitor class