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(
XmlHasVisitor node) → void -
Helper to dispatch the provided
node
onto this visitor. -
visitAttribute(
XmlAttribute node) → void - Visit an XmlAttribute node.
-
visitCDATA(
XmlCDATA node) → void - Visit an XmlCDATA node.
-
visitComment(
XmlComment node) → void - Visit an XmlComment node.
-
visitDeclaration(
XmlDeclaration node) → void - Visit an XmlDeclaration node.
-
visitDoctype(
XmlDoctype node) → void - Visit an XmlDoctype node.
-
visitDocument(
XmlDocument node) → void - Visit an XmlDocument node.
-
visitDocumentFragment(
XmlDocumentFragment node) → void - Visit an XmlDocumentFragment node.
-
visitElement(
XmlElement node) → void - Visit an XmlElement node.
-
visitName(
XmlName name) → void - Visit an XmlName.
-
visitProcessing(
XmlProcessing node) → void - Visit an XmlProcessing node.
-
visitText(
XmlText node) → void - Visit an XmlText node.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited