org.extex.scanner.type
Class Namespace

java.lang.Object
  extended by org.extex.scanner.type.Namespace

public final class Namespace
extends java.lang.Object

This class contains the definitions for name spaces. It is not a class which is supposed to be instantiated.

Version:
$Revision: 5563 $
Author:
Gerd Neugebauer

Field Summary
static java.lang.String DEFAULT_NAMESPACE
          The constant DEFAULT_NAMESPACE contains the name of the default name space.
static boolean SUPPORT_NAMESPACE_BOX
          The constant SUPPORT_NAMESPACE_BOX contains the flag indicating whether or not the name space should be used for box registers.
static boolean SUPPORT_NAMESPACE_COUNT
          The constant SUPPORT_NAMESPACE_COUNT contains the flag indicating whether or not the name space should be used for count registers.
static boolean SUPPORT_NAMESPACE_DEF
          The constant SUPPORT_NAMESPACE_DEF contains the indicator that name spaces should be honored.
static boolean SUPPORT_NAMESPACE_DIMEN
          The constant SUPPORT_NAMESPACE_DIMEN contains the flag indicating whether or not the name space should be used for dimen registers.
static boolean SUPPORT_NAMESPACE_FONT
          The constant SUPPORT_NAMESPACE_FONT contains the flag indicating whether or not the name space should be used for font registers.
static boolean SUPPORT_NAMESPACE_MUSKIP
          The constant SUPPORT_NAMESPACE_MUSKIP contains the flag indicating whether or not the name space should be used for muskip registers.
static boolean SUPPORT_NAMESPACE_SKIP
          The constant SUPPORT_NAMESPACE_SKIP contains the flag indicating whether or not the name space should be used for skip registers.
static boolean SUPPORT_NAMESPACE_TOKS
          The constant SUPPORT_NAMESPACE_TOKS contains the flag indicating whether or not the name space should be used for tokens registers.
static java.lang.String SYSTEM_NAMESPACE
          The constant SYSTEM_NAMESPACE contains the name of the system name space.
 
Constructor Summary
Namespace()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAMESPACE

public static final java.lang.String DEFAULT_NAMESPACE
The constant DEFAULT_NAMESPACE contains the name of the default name space.

See Also:
Constant Field Values

SYSTEM_NAMESPACE

public static final java.lang.String SYSTEM_NAMESPACE
The constant SYSTEM_NAMESPACE contains the name of the system name space.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_BOX

public static final boolean SUPPORT_NAMESPACE_BOX
The constant SUPPORT_NAMESPACE_BOX contains the flag indicating whether or not the name space should be used for box registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_COUNT

public static final boolean SUPPORT_NAMESPACE_COUNT
The constant SUPPORT_NAMESPACE_COUNT contains the flag indicating whether or not the name space should be used for count registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_DEF

public static final boolean SUPPORT_NAMESPACE_DEF
The constant SUPPORT_NAMESPACE_DEF contains the indicator that name spaces should be honored. In this case the look-up for Code is also performed in the default name space if not found in the current one.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_DIMEN

public static final boolean SUPPORT_NAMESPACE_DIMEN
The constant SUPPORT_NAMESPACE_DIMEN contains the flag indicating whether or not the name space should be used for dimen registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_FONT

public static final boolean SUPPORT_NAMESPACE_FONT
The constant SUPPORT_NAMESPACE_FONT contains the flag indicating whether or not the name space should be used for font registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_MUSKIP

public static final boolean SUPPORT_NAMESPACE_MUSKIP
The constant SUPPORT_NAMESPACE_MUSKIP contains the flag indicating whether or not the name space should be used for muskip registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_SKIP

public static final boolean SUPPORT_NAMESPACE_SKIP
The constant SUPPORT_NAMESPACE_SKIP contains the flag indicating whether or not the name space should be used for skip registers.

See Also:
Constant Field Values

SUPPORT_NAMESPACE_TOKS

public static final boolean SUPPORT_NAMESPACE_TOKS
The constant SUPPORT_NAMESPACE_TOKS contains the flag indicating whether or not the name space should be used for tokens registers.

See Also:
Constant Field Values
Constructor Detail

Namespace

public Namespace()