XmlEventVisitor mixin

Basic visitor over XmlEvent nodes.

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(XmlEvent event) → void
Helper to dispatch the provided event onto this visitor.
visitCDATAEvent(XmlCDATAEvent event) → void
Visit an XmlCDATAEvent event.
visitCommentEvent(XmlCommentEvent event) → void
Visit an XmlCommentEvent event.
visitDeclarationEvent(XmlDeclarationEvent event) → void
Visit an XmlDeclarationEvent event.
visitDoctypeEvent(XmlDoctypeEvent event) → void
Visit an XmlDoctypeEvent event.
visitEndElementEvent(XmlEndElementEvent event) → void
Visit an XmlEndElementEvent event.
visitProcessingEvent(XmlProcessingEvent event) → void
Visit an XmlCommentEvent event.
visitStartElementEvent(XmlStartElementEvent event) → void
Visit an XmlCommentEvent event.
visitTextEvent(XmlTextEvent event) → void
Visit an XmlCommentEvent event.

Operators

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