|
||||||||||
| 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 mess)
Send a message in the logging window. |
java.util.Observable |
getObservable()
Get access to 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 SDExcept
gui - Description of Parameter
SDExcept - Description of Exception| Method Detail |
|---|
public final void echoMessage(java.lang.String mess)
mess - string to be outputpublic final java.util.Observable getObservable()
public final void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||