ElementGenerator<T> class
abstract
- Implementers
Constructors
Properties
- hasChildrenElements → bool
-
If
true
indicated that this generated element has children nodes.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String
-
no setter
- usesContentHolder → bool
-
If
true
will use adiv
as a content holder, with already generated content to be passed to generate call.no setter
Methods
-
generate(
DOMGenerator< T> domGenerator, DOMTreeMap<T> treeMap, String? tag, DOMElement? domParent, T? parent, DOMNode domNode, Map<String, DOMAttribute> attributes, T? contentHolder, List<DOMNode> ? contentNodes, DOMContext<T> ? context) → T -
isGeneratedElement(
T element) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revert(
DOMGenerator< T> domGenerator, DOMTreeMap<T> ? treeMap, DOMElement? domParent, T? parent, T? node) → DOMElement? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited