|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.lt.tools.tokenizer.Description
de.dfki.lt.tools.tokenizer.AbbrevDescription
AbbrevDescription
extends Description
. It
manages the content of a abbreviation description file.
Field Summary | |
protected static java.lang.String |
ABBREV_RULE
This is the name of the abbreviation rule. |
Fields inherited from class de.dfki.lt.tools.tokenizer.Description |
DEF_CLASS, DEF_REGEXP, definitionsMap, DEFS, FACTORY, LIST_ENCODING, LIST_FILE, LISTS, listsMap, regExpMap, RULES, rulesMap |
Constructor Summary | |
AbbrevDescription(org.w3c.dom.Document abbrDescr,
java.util.Set classes,
java.lang.String aResourceDir)
This creates a new instance of AbbrevDescription for
the abbreviation description contained in the dom
Document abbrDescr . |
Methods inherited from class de.dfki.lt.tools.tokenizer.Description |
getDefinitionsMap, getListsMap, getRegExpMap, getRulesMap, loadDefinitions, loadLists, loadRules, setDefinitionsMap, setListsMap, setRegExpMap, setRulesMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String ABBREV_RULE
Constructor Detail |
public AbbrevDescription(org.w3c.dom.Document abbrDescr, java.util.Set classes, java.lang.String aResourceDir)
AbbrevDescription
for
the abbreviation description contained in the dom
Document abbrDescr
.
abbrDescr
- a dom Document
with the
abbreviation descriptionclasses
- a Set
with the defined classes, used
for validationaResourceDir
- a String
with the name of the
resource directory
InitializationException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |