| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen.expr | |
| org.xmlpull.v1.builder.xpath.jaxen.pattern |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAllNodeStep |
class |
DefaultCommentNodeStep |
class |
DefaultNameStep
Expression object that represents any flavor
of name-test steps within an XPath.
|
class |
DefaultProcessingInstructionNodeStep |
class |
DefaultStep |
class |
DefaultTextNodeStep |
| Modifier and Type | Method and Description |
|---|---|
Step |
XPathFactory.createAllNodeStep(int axis) |
Step |
DefaultXPathFactory.createAllNodeStep(int axis) |
Step |
XPathFactory.createCommentNodeStep(int axis) |
Step |
DefaultXPathFactory.createCommentNodeStep(int axis) |
Step |
XPathFactory.createNameStep(int axis,
String prefix,
String localName) |
Step |
DefaultXPathFactory.createNameStep(int axis,
String prefix,
String localName) |
Step |
XPathFactory.createProcessingInstructionNodeStep(int axis,
String name) |
Step |
DefaultXPathFactory.createProcessingInstructionNodeStep(int axis,
String piName) |
Step |
XPathFactory.createTextNodeStep(int axis) |
Step |
DefaultXPathFactory.createTextNodeStep(int axis) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationPath.addStep(Step step) |
| Modifier and Type | Method and Description |
|---|---|
protected static LocationPathPattern |
PatternParser.convertStep(LocationPathPattern path,
Step step) |
protected static boolean |
PatternParser.navigationStep(Step step) |
Copyright © 2013. All Rights Reserved.