FileDocCategorySizeDatePackage
PsuedoNames.javaAPI DocJava SE 5 API1529Fri Aug 26 14:56:08 BST 2005com.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