|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xpath.compiler.PsuedoNames
This is used to represent names of nodes that may not be named, like a comment node.
Field Summary | |
static String |
PSEUDONAME_ANY
Psuedo name for a wild card pattern ('*'). |
static String |
PSEUDONAME_COMMENT
Psuedo name for a comment node. |
static String |
PSEUDONAME_OTHER
Psuedo name for an unknown type value. |
static String |
PSEUDONAME_PI
Psuedo name for a processing instruction node. |
static String |
PSEUDONAME_ROOT
Psuedo name for the root node. |
static String |
PSEUDONAME_TEXT
Psuedo name for a text node. |
Constructor Summary | |
PsuedoNames()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PSEUDONAME_ANY
public static final String PSEUDONAME_ROOT
public static final String PSEUDONAME_TEXT
public static final String PSEUDONAME_COMMENT
public static final String PSEUDONAME_PI
public static final String PSEUDONAME_OTHER
Constructor Detail |
public PsuedoNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |