org.apache.xmlbeans.impl.common
Class XPath.ExecutionContext
java.lang.Object
org.apache.xmlbeans.impl.common.XPath.ExecutionContext
- Enclosing class:
- XPath
public static class XPath.ExecutionContext
- extends java.lang.Object
Method Summary |
boolean |
attr(javax.xml.namespace.QName name)
|
int |
element(javax.xml.namespace.QName name)
|
void |
end()
|
void |
init(XPath xpath)
|
int |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIT
public static final int HIT
- See Also:
- Constant Field Values
DESCEND
public static final int DESCEND
- See Also:
- Constant Field Values
ATTRS
public static final int ATTRS
- See Also:
- Constant Field Values
XPath.ExecutionContext
public XPath.ExecutionContext()
init
public final void init(XPath xpath)
start
public final int start()
element
public final int element(javax.xml.namespace.QName name)
attr
public final boolean attr(javax.xml.namespace.QName name)
end
public final void end()