public class XPathExecutionContext extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ATTRS |
static int |
DESCEND |
static int |
HIT |
Constructor and Description |
---|
XPathExecutionContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
attr(QName name) |
int |
element(QName name) |
void |
end() |
void |
init(XPath xpath) |
int |
start() |
public static final int HIT
public static final int DESCEND
public static final int ATTRS