|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.scanner.type.Namespace
public final class Namespace
This class contains the definitions for name spaces. It is not a class which is supposed to be instantiated.
| 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 |
|---|
public static final java.lang.String DEFAULT_NAMESPACE
public static final java.lang.String SYSTEM_NAMESPACE
public static final boolean SUPPORT_NAMESPACE_BOX
public static final boolean SUPPORT_NAMESPACE_COUNT
public static final boolean SUPPORT_NAMESPACE_DEF
public static final boolean SUPPORT_NAMESPACE_DIMEN
public static final boolean SUPPORT_NAMESPACE_FONT
public static final boolean SUPPORT_NAMESPACE_MUSKIP
public static final boolean SUPPORT_NAMESPACE_SKIP
public static final boolean SUPPORT_NAMESPACE_TOKS
| Constructor Detail |
|---|
public Namespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||