FileDocCategorySizeDatePackage
PsuedoNames.javaAPI DocJava SE 6 API1536Tue Jun 10 00:23:14 BST 2008com.sun.org.apache.xpath.internal.compiler

PsuedoNames

public class PsuedoNames extends Object
This is used to represent names of nodes that may not be named, like a comment node.

Fields Summary
public static final String
PSEUDONAME_ANY
Psuedo name for a wild card pattern ('*').
public static final String
PSEUDONAME_ROOT
Psuedo name for the root node.
public static final String
PSEUDONAME_TEXT
Psuedo name for a text node.
public static final String
PSEUDONAME_COMMENT
Psuedo name for a comment node.
public static final String
PSEUDONAME_PI
Psuedo name for a processing instruction node.
public static final String
PSEUDONAME_OTHER
Psuedo name for an unknown type value.
Constructors Summary
Methods Summary