|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.MMAX2.discourse.DiscourseElementFileLoader
public class DiscourseElementFileLoader
Helper class for loading discourse element XML files and converting them to DiscourseElement objects.
Constructor Summary | |
---|---|
DiscourseElementFileLoader()
Creates new DiscourseElementFileLoader |
Method Summary | |
---|---|
org.apache.xerces.dom.DocumentImpl |
getDOM()
Get the entire DOM representation of the currently loaded discourse elements file. |
void |
load(java.lang.String fileName)
Load and parse discourse element file of name fileName. |
static void |
main(java.lang.String[] args)
Main class for testing purposes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscourseElementFileLoader()
Method Detail |
---|
public static void main(java.lang.String[] args)
public final void load(java.lang.String fileName)
public final org.apache.xerces.dom.DocumentImpl getDOM()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |