XmlNode<Node extends XmlNode> class
abstract
Wrapper around the XML package that adds a better API, basic XPath queries handling namespace prefixes.
- Implementers
Properties
Methods
-
firstXPath(
String xpath) → XmlElement? -
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>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited