XmlVisitor<T> class abstract

Basic visitor over XmlNodes.

Implementers

Constructors

XmlVisitor()

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
visitAttribute(XmlAttribute node) → T
Visit an XmlAttribute node.
visitCDATA(XmlCDATA node) → T
Visit an XmlCDATA node.
visitComment(XmlComment node) → T
Visit an XmlComment node.
visitDeclaration(XmlDeclaration node) → T
Visit an XmlDeclaration node.
visitDoctype(XmlDoctype node) → T
Visit an XmlDoctype node.
visitDocument(XmlDocument node) → T
Visit an XmlDocument node.
visitDocumentFragment(XmlDocumentFragment node) → T
Visit an XmlDocumentFragment node.
visitElement(XmlElement node) → T
Visit an XmlElement node.
visitName(XmlName name) → T
Visit an XmlName.
visitProcessing(XmlProcessing node) → T
Visit an XmlProcessing node.
visitText(XmlText node) → T
Visit an XmlText node.

Operators

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