XmlToken class

Shared tokens for XML reading and writing.

Constructors

XmlToken()

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

Operators

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

Constants

closeCDATA → const String
closeComment → const String
closeDeclaration → const String
closeDoctype → const String
closeDoctypeBlock → const String
closeElement → const String
closeEndElement → const String
closeProcessing → const String
doubleQuote → const String
equals → const String
namespace → const String
openCDATA → const String
openComment → const String
openDeclaration → const String
openDoctype → const String
openDoctypeBlock → const String
openElement → const String
openEndElement → const String
openProcessing → const String
singleQuote → const String
whitespace → const String