Package-level declarations
Properties
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 the next node in the document tree, if any.
A list of the option elements of the select element.
Returns the previous node in the document tree, if any.
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.