XmlNode<Node extends XmlNode> class abstract

Wrapper around the XML package that adds a better API, basic XPath queries handling namespace prefixes.

Implementers

Constructors

XmlNode(Node _node, {Map<String, String>? prefixes})

Properties

hashCode int
The hash code for this object.
no setterinherited
prefixes Map<String, String>
Maps a namespace prefix to its URI.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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