|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
fr.tireme.schemadoc.SchemaDocDOMDoc
public class SchemaDocDOMDoc
Main working class responsible of loading the input file, loading the graphic file information, reorganize all and performing html and/or FO generation.
All DOM transformations are made using DOM Xerces API while the XSLT final transformations are using SAXON. That's the reason why an intermediate file needs to be create, because the node constructions are differents.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
SchemaDocDOMDoc(Xml2output gui)
Constructor for the SchemaDocDOMDoc object |
|
| Method Summary | |
|---|---|
void |
echoMessage(java.lang.String s)
|
java.util.Observable |
observable()
|
void |
run()
Main processing method for the SchemaDocDOMDoc object |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaDocDOMDoc(Xml2output gui)
throws Xml2outputExcept
gui - Description of Parameter
Xml2outputExcept - Description of Exception| Method Detail |
|---|
public void echoMessage(java.lang.String s)
public java.util.Observable observable()
public void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadXml2outputAbortExcept - Description of Exception
Xml2outputExcept - Description of Exception TODO : see dovn, the doctype on the intermediate file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||