public class XPathExpressionImpl
extends java.lang.Object
implements org.w3c.dom.xpath.XPathExpression
| Modifier and Type | Class and Description |
|---|---|
private static class |
XPathExpressionImpl.SelfDisposer |
| Modifier and Type | Field and Description |
|---|---|
private long |
peer |
| Constructor and Description |
|---|
XPathExpressionImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.w3c.dom.xpath.XPathExpression |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
java.lang.Object |
evaluate(org.w3c.dom.Node contextNode,
short type,
java.lang.Object result) |
org.w3c.dom.xpath.XPathResult |
evaluate(org.w3c.dom.Node contextNode,
short type,
org.w3c.dom.xpath.XPathResult inResult) |
(package private) static long |
evaluateImpl(long peer,
long contextNode,
short type,
long inResult) |
(package private) static org.w3c.dom.xpath.XPathExpression |
getImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.xpath.XPathExpression arg) |
int |
hashCode() |
static org.w3c.dom.xpath.XPathExpression create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectstatic long getPeer(org.w3c.dom.xpath.XPathExpression arg)
private static void dispose(long peer)
static org.w3c.dom.xpath.XPathExpression getImpl(long peer)
public java.lang.Object evaluate(org.w3c.dom.Node contextNode,
short type,
java.lang.Object result)
throws org.w3c.dom.DOMException
evaluate in interface org.w3c.dom.xpath.XPathExpressionorg.w3c.dom.DOMExceptionpublic org.w3c.dom.xpath.XPathResult evaluate(org.w3c.dom.Node contextNode,
short type,
org.w3c.dom.xpath.XPathResult inResult)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionstatic long evaluateImpl(long peer,
long contextNode,
short type,
long inResult)