ElementTemplate class

Inheritance

Constructors

ElementTemplate(XmlElement node, [Template? parent])

Properties

attributes List<Template>
no setterinherited
children List<Template>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
messageFilter String?
no setterinherited
name → XmlName?
no setterinherited
node ↔ XmlNode
getter/setter pairinherited
parent Template?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(Status status, NodeControl control, [FlowMessage? message]) Iterable<NodeData>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processChildren(Status status, NodeControl control, FlowMessage message) Iterable<NodeData>
override
toString() String
A string representation of this object.
inherited

Operators

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