XmlParentProcessor<T> class abstract

Inheritance

Constructors

XmlParentProcessor()

Properties

currentTag String?
getter/setter pairinherited
element ↔ T?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopedTag String?
getter/setter pairinherited
tagName String?
getter/setter pairinherited

Methods

add(XmlProcessor? xmlProcessor) → void
isOnCurrentTag() bool
inherited
isScope() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAttribute(String? key, String? value) → void
inherited
onCharacters(String? text) → void
inherited
onClosedTag(String? tag) → void
inherited
onOpenTag(String? tag) → void
inherited
onProcess() Stream<T?>
inherited
onScopedCharacters(String? text) → void
inherited
onScopedTag(String? tag) → void
inherited
registerProcessors() → void
shouldAttribute(String? key, String? value) → void
override
shouldCharacters(String? text) → void
override
shouldClosedTag(String? tag) → void
override
shouldOpenTag(String? tag) → void
override
toString() String
A string representation of this object.
inherited

Operators

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