Package-level declarations

Types

Link copied to clipboard

The XPathEvaluator interface allows to compile and evaluate XPath expressions.

Link copied to clipboard
Link copied to clipboard

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
typealias XPathNSResolver = (prefix: String?) -> String?
Link copied to clipboard

The XPathResult interface represents the results generated by evaluating an XPath expression within the context of a given node.