Top Description Fields Constructors Methods
com.sun.org.apache.xpath.internal.compiler

public Class PsuedoNames

extends Object
Class Inheritance

This is used to represent names of nodes that may not be named, like a comment node.

Field Summary

Modifier and TypeField and Description
public static final String
PSEUDONAME_ANY

Psuedo name for a wild card pattern ('*').

public static final String
PSEUDONAME_COMMENT

Psuedo name for a comment node.

public static final String
PSEUDONAME_OTHER

Psuedo name for an unknown type value.

public static final String
PSEUDONAME_PI

Psuedo name for a processing instruction node.

public static final String
PSEUDONAME_ROOT

Psuedo name for the root node.

public static final String
PSEUDONAME_TEXT

Psuedo name for a text node.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

PSEUDONAME_ANYback to summary
public static final String PSEUDONAME_ANY

Psuedo name for a wild card pattern ('*').

PSEUDONAME_COMMENTback to summary
public static final String PSEUDONAME_COMMENT

Psuedo name for a comment node.

PSEUDONAME_OTHERback to summary
public static final String PSEUDONAME_OTHER

Psuedo name for an unknown type value.

PSEUDONAME_PIback to summary
public static final String PSEUDONAME_PI

Psuedo name for a processing instruction node.

PSEUDONAME_ROOTback to summary
public static final String PSEUDONAME_ROOT

Psuedo name for the root node.

PSEUDONAME_TEXTback to summary
public static final String PSEUDONAME_TEXT

Psuedo name for a text node.

Constructor Detail

PsuedoNamesback to summary
public PsuedoNames()