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.XPathExpression
DOMException
public org.w3c.dom.xpath.XPathResult evaluate(Node contextNode, short type, org.w3c.dom.xpath.XPathResult inResult) throws DOMException
DOMException
Copyright © 2020. All rights reserved.