XmlTreeBuilder class

Constructors

XmlTreeBuilder(DelegateProvider provider)
XmlTreeBuilder.coordinated(BuildCoordinator coordinator)

Properties

constValDepth int
getter/setter pair
coordinator BuildCoordinator
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

build(String xmlStr) TreeProcessor
Returns object which might be used to execute processing tree. If xml fail to parse, then XmlParserException is thrown. If xml is valid but it's unable to build tree then TreeBuilderException is thrown, otherwise ready to use implementation of TreeProcessor is returned.
buildFrom(XmlElement xmlElement) TreeProcessor
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