XmlElement class
Constructors
-
XmlElement(XmlElement _node, {Map<
String, String> ? prefixes})
Properties
Methods
-
firstXPath(
String xpath) → XmlElement? -
inherited
-
getAttribute(
String name, {String? namespace}) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
xpath(
String xpath) → List< XmlElement> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String name) → String?