NodeData class

Constructors

NodeData(Template _template, Status _status, NodeControl control)

Properties

arguments MethodNode?
no setter
boolean bool
no setter
context BuildContext
no setter
control NodeControl
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integer int?
no setter
isAttribute bool
no setter
isElement bool
no setter
name → XmlName?
no setter
raw String
no setter
rawChildren List<NodeData>
no setter
real double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
no setter
text String
no setter
xmlNode → XmlNode
no setter

Methods

array<T>(String name) List<T>?
attribute<T>(String name, [T? defaultValue]) → T?
child<T>() → T?
children<T>() List<T>
clear() → void
clone(Map<String, dynamic> ext) NodeData
convert<T>() → T?
element() → dynamic
iterable<T>() Iterable<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawAttribute(String name) String?
s<T>(String name, [T? def]) → T?
splitMethod(String name, int count) MethodNode?
t<T>() → T?
toString() String
A string representation of this object.
inherited
v<T>(String txt, [T? def]) → T?
value<T>(String value, [T? defaultValue]) → T?

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String name) NodeData?

Constants

MethodPattern → const String