XmlDocument class
Constructors
-
XmlDocument(XmlDocument _node, {Map<
String, String> ? prefixes}) - XmlDocument.parse(String input)
-
factory
Properties
Methods
-
firstXPath(
String xpath) → XmlElement? -
inherited
-
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