@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XPathExpression")
public class XPathExpression
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
XPathExpression() |
| Modifier and Type | Method and Description |
|---|---|
XPathResult |
evaluate(Node contextNode)
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
|
XPathResult |
evaluate(Node contextNode,
int type)
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
|
XPathResult |
evaluate(Node contextNode,
int type,
XPathResult result)
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
|
@Nonnull public XPathResult evaluate(@Nonnull Node contextNode, int type, @Nullable XPathResult result)
@Nonnull public XPathResult evaluate(@Nonnull Node contextNode, int type)
@Nonnull public XPathResult evaluate(@Nonnull Node contextNode)