Package-level declarations

Types

Link copied to clipboard
open external class XPathEvaluator : XPathEvaluatorBase

The XPathEvaluator interface allows to compile and evaluate XPath expressions.

Link copied to clipboard
external interface XPathEvaluatorBase
Link copied to clipboard
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
external class XPathResult

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