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

interface XPathExpression {
    evaluate(contextNode, type?, result?): XPathResult;
}

Methods

Methods

  • Parameters

    Returns XPathResult

Generated using TypeDoc