|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.common.AxslDtdUtil
public final class AxslDtdUtil
Utilities related to the aXSL DTDs.
Field Summary | |
---|---|
static String |
AREA_TREE_PUBLIC_ID
The public id of the "area tree" DTD. |
static String |
FONT_CONFIG_PUBLIC_ID
The public id of the "font config" DTD. |
static String |
HYPHENATION_PUBLIC_ID
The public id of the "hyphenation" DTD. |
static String |
NATURAL_LANGUAGE_PUBLIC_ID
The public id of the "natural language" DTD. |
static String |
WORD_LIST_PUBLIC_ID
The public id of the "word list" DTD. |
Method Summary | |
---|---|
static InputStream |
getAxslDtdAsInputStream(String dtdName)
Returns an aXSL DTD as an InputStream. |
static EntityResolver |
getEntityResolver()
Create an entity resolver that knows how to find the local copy of all aXSL DTDs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NATURAL_LANGUAGE_PUBLIC_ID
public static final String HYPHENATION_PUBLIC_ID
public static final String WORD_LIST_PUBLIC_ID
public static final String FONT_CONFIG_PUBLIC_ID
public static final String AREA_TREE_PUBLIC_ID
Method Detail |
---|
public static InputStream getAxslDtdAsInputStream(String dtdName)
dtdName
- The name of the DTD to be retrieved.
public static EntityResolver getEntityResolver()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |