Package-level declarations
Types
Link copied to clipboard
The XPathEvaluator
interface allows to compile and evaluate XPath expressions.
Link copied to clipboard
interface XPathEvaluatorBase
Link copied to clipboard
class XPathExpression
This interface is a compiled XPath expression that can be evaluated on a document or specific node to return information from its DOM tree.
Link copied to clipboard
Link copied to clipboard
class XPathResult
The XPathResult
interface represents the results generated by evaluating an XPath expression within the context of a given node.