XmlProductionDefinition class

XML parser that defines standard actions to the the XML tree.

Implementers
Annotations
  • @Deprecated('Avoid directly depending on the XML grammar')

Constructors

XmlProductionDefinition(XmlEntityMapping entityMapping)

Properties

entityMapping XmlEntityMapping
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attribute() → Parser
attributes() → Parser
attributeValue() → Parser
attributeValueDouble() → Parser
attributeValueSingle() → Parser
build<T>({Function? start, List<Object> arguments = const []}) → Parser<T>
Builds a composite parser from this definition.
inherited
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting at the specified production.
inherited
cdata() → Parser
characterData() → Parser
comment() → Parser
content() → Parser
declaration() → Parser
doctype() → Parser
document() → Parser
documentFragment() → Parser
documentFragmentContent() → Parser
element() → Parser
misc() → Parser
nameChar() → Parser
nameStartChar() → Parser
nameToken() → Parser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processing() → Parser
qualified() → Parser
space() → Parser
spaceOptional() → Parser
spaceText() → Parser
start() → Parser
The starting production of this definition.
toString() String
A string representation of this object.
inherited

Operators

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