NodeInterface class abstract
Constructors
Properties
Methods
-
addAttributes(
Map< String, dynamic> attributes) → void -
addChild(
NodeInterface node) → NodeInterface -
attributes(
) → Attributes -
children(
) → Nodes -
clear(
) → void -
name(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchAttribute(
List< String> searchPath) → String -
searchNode(
List< String> searchPath) → NodeInterface? -
searchNodes(
List< String> searchPath) → Nodes -
setValue(
String value) → void -
toString(
) → String -
A string representation of this object.
inherited
-
toXmlBuilder(
[XmlBuilder? builder]) → XmlBuilder -
Available on NodeInterface, provided by the NodeToXml extension
-
toXmlString(
{bool withXmlHeader = false, bool pretty = true}) → String -
Available on NodeInterface, provided by the NodeToXml extension
-
value(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
Object? name) → String -
operator []=(
String name, String? value) → void