@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XPathExpression")
public class XPathExpression
extends JsObject
| 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.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@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)