Package-level declarations
Properties
Returns the absolute URL of the image located at this point, or an empty string if there is no image at the point.
Returns the absolute URL of the link DOM element at this point, or an empty string if there is no link at the point.
Returns HTML attributes of this element.
Returns the document HTML element that usually represents HTML tag, if any.
The element, on which these attributes are specified.
Returns the currently focused element in the document, if any.
HTML element for the form that contains this control, if any.
Returns coordinates of the point relative to the node.
Returns the next node in the document tree, if any.
Returns the Node at this point, or null
if there is no node at the point.
A list of the option elements of the select element.
Returns the previous node in the document tree, if any.
Returns the link Element when a link is located at this point, or null
if there is no link element at the point.
A string that represents the value associated with the form control.
Returns XPathExpression that represents path to this Node, or an empty expression if it is not available.
Functions
Evaluates the given expression for the node and returns XPathResult of the XPathResultType.ANY type.
Evaluates the given expression for the node and returns XPathResult of the given type.
Returns the first Element found in the current search context by the given cssSelector, if any.
Returns the first Element found in the current search context by the given cssSelector.