XmlVisitor mixin

Basic visitor over XmlHasVisitor nodes.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit<T>(XmlHasVisitor visitable) → T
Helper to visit an XmlHasVisitor using this visitor by dispatching through the provided visitable.
visitAttribute(XmlAttribute node) → dynamic
Visit an XmlAttribute node.
visitCDATA(XmlCDATA node) → dynamic
Visit an XmlCDATA node.
visitComment(XmlComment node) → dynamic
Visit an XmlComment node.
visitDeclaration(XmlDeclaration node) → dynamic
Visit an XmlDeclaration node.
visitDoctype(XmlDoctype node) → dynamic
Visit an XmlDoctype node.
visitDocument(XmlDocument node) → dynamic
Visit an XmlDocument node.
visitDocumentFragment(XmlDocumentFragment node) → dynamic
Visit an XmlDocumentFragment node.
visitElement(XmlElement node) → dynamic
Visit an XmlElement node.
visitName(XmlName name) → dynamic
Visit an XmlName.
visitProcessing(XmlProcessing node) → dynamic
Visit an XmlProcessing node.
visitText(XmlText node) → dynamic
Visit an XmlText node.

Operators

operator ==(Object other) bool
The equality operator.
inherited