Package org.apache.xpath.compiler
Class PsuedoNames
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
FieldsModifier and TypeFieldDescriptionstatic final String
Psuedo name for a wild card pattern ('*').static final String
Psuedo name for a comment node.static final String
Psuedo name for an unknown type value.static final String
Psuedo name for a processing instruction node.static final String
Psuedo name for the root node.static final String
Psuedo name for a text node. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PSEUDONAME_ANY
Psuedo name for a wild card pattern ('*').- See Also:
-
PSEUDONAME_ROOT
Psuedo name for the root node.- See Also:
-
PSEUDONAME_TEXT
Psuedo name for a text node.- See Also:
-
PSEUDONAME_COMMENT
Psuedo name for a comment node.- See Also:
-
PSEUDONAME_PI
Psuedo name for a processing instruction node.- See Also:
-
PSEUDONAME_OTHER
Psuedo name for an unknown type value.- See Also:
-
-
Constructor Details
-
PsuedoNames
public PsuedoNames()
-