|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xpath.expr.path.AbbreviatedPaths
AbbreviatedPaths provides constants for the common used LocationSteps.
Field Summary | |
static LocationStep |
DESCENDANT_OR_SELF_NODE
The path '//' |
static LocationStep |
PARENT_NODE
The path '..' |
static LocationStep |
SELF_NODE
The path '.' |
Constructor Summary | |
AbbreviatedPaths()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final LocationStep DESCENDANT_OR_SELF_NODE
public static final LocationStep SELF_NODE
public static final LocationStep PARENT_NODE
Constructor Detail |
public AbbreviatedPaths()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |