XmlXPath class

Constructors

XmlXPath(XPathNode<XmlNode> root)

Properties

hashCode int
The hash code for this object.
no setterinherited
root → XPathNode<XmlNode>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String xpath) → XPathResult<XmlNode>
Query XPath
inherited
queryXPath(String xpath) → XPathResult<XmlNode>
Equal to query
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

node(XmlNode node) XmlXPath
Create query by xml node
xml(String xml) XmlXPath
Create query by xml string