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
- closeDoctypeIntSubset → const String
- closeElement → const String
- closeEndElement → const String
- closeProcessing → const String
- doctypeAttlistDecl → const String
- doctypeDeclEnd → const String
- doctypeElementDecl → const String
- doctypeEntityDecl → const String
- doctypeNotationDecl → const String
- doctypePublicId → const String
- doctypeReferenceEnd → const String
- doctypeReferenceStart → const String
- doctypeSystemId → const String
- doubleQuote → const String
- entityEnd → const String
- entityStart → const String
- equals → const String
- nameChars → const String
- namespace → const String
- nameStartChars → const String
- openCDATA → const String
- openComment → const String
- openDeclaration → const String
- openDoctype → const String
- openDoctypeIntSubset → const String
- openElement → const String
- openEndElement → const String
- openProcessing → const String
- singleQuote → const String
- whitespace → const String