org.apache.xpath.compiler
public class PsuedoNames extends Object
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. |