Class PseudoNames
java.lang.Object
org.loboevolution.apache.xpath.compiler.PseudoNames
This is used to represent names of nodes that may not be named, like a comment node.
-
Field Details
-
PSEUDONAME_ANY
Pseudo name for a wild card pattern ('*').- See Also:
-
PSEUDONAME_ROOT
Pseudo name for the root node.- See Also:
-
PSEUDONAME_TEXT
Pseudo name for a text node.- See Also:
-
PSEUDONAME_COMMENT
Pseudo name for a comment node.- See Also:
-
-
Constructor Details
-
PseudoNames
public PseudoNames()
-