public class XPathExpressionImpl extends Object implements org.w3c.dom.xpath.XPathExpression
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Object |
evaluate(Node contextNode,
short type,
Object result) |
org.w3c.dom.xpath.XPathResult |
evaluate(Node contextNode,
short type,
org.w3c.dom.xpath.XPathResult inResult) |
int |
hashCode() |
public Object evaluate(Node contextNode, short type, Object result) throws DOMException
evaluate in interface org.w3c.dom.xpath.XPathExpressionDOMExceptionpublic org.w3c.dom.xpath.XPathResult evaluate(Node contextNode, short type, org.w3c.dom.xpath.XPathResult inResult) throws DOMException
DOMExceptionCopyright © 2025. All rights reserved.