HtmlXPath class

Constructors

HtmlXPath(XPathNode<Node> root)

Properties

hashCode int
The hash code for this object.
no setterinherited
root → XPathNode<Node>
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<Node>
Query XPath
inherited
queryXPath(String xpath) → XPathResult<Node>
Equal to query
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

html(String html) HtmlXPath
Create query by html string
node(Node node) HtmlXPath
Create query by html node