org.apache.xpath.compiler

Class PsuedoNames

public class PsuedoNames extends Object

This is used to represent names of nodes that may not be named, like a comment node.
Field Summary
static StringPSEUDONAME_ANY
Psuedo name for a wild card pattern ('*').
static StringPSEUDONAME_COMMENT
Psuedo name for a comment node.
static StringPSEUDONAME_OTHER
Psuedo name for an unknown type value.
static StringPSEUDONAME_PI
Psuedo name for a processing instruction node.
static StringPSEUDONAME_ROOT
Psuedo name for the root node.
static StringPSEUDONAME_TEXT
Psuedo name for a text node.

Field Detail

PSEUDONAME_ANY

public static final String PSEUDONAME_ANY
Psuedo name for a wild card pattern ('*').

PSEUDONAME_COMMENT

public static final String PSEUDONAME_COMMENT
Psuedo name for a comment node.

PSEUDONAME_OTHER

public static final String PSEUDONAME_OTHER
Psuedo name for an unknown type value.

PSEUDONAME_PI

public static final String PSEUDONAME_PI
Psuedo name for a processing instruction node.

PSEUDONAME_ROOT

public static final String PSEUDONAME_ROOT
Psuedo name for the root node.

PSEUDONAME_TEXT

public static final String PSEUDONAME_TEXT
Psuedo name for a text node.
Copyright B) 2005 Apache XML Project. All Rights Reserved.