Package-level declarations

Types

Link copied to clipboard

The XPathEvaluator interface allows to compile and evaluate XPath expressions.

Link copied to clipboard
external interface XPathEvaluatorBase
Link copied to clipboard
sealed external class XPathExpression

This interface is a compiled XPath expression that can be evaluated on a document or specific node to return information its DOM tree.

Link copied to clipboard
typealias XPathNSResolver = (prefix: String?) -> String?
Link copied to clipboard
sealed external class XPathResult

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