Package ipsk.swing.text.xml
Class XMLParserThread
- java.lang.Object
-
- java.lang.Thread
-
- ipsk.swing.text.xml.XMLParserThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class XMLParserThread extends java.lang.ThreadXML parser in background thread.- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
-
-
Constructor Summary
Constructors Constructor Description XMLParserThread(java.lang.ThreadGroup group, org.xml.sax.InputSource inputSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(XMLParserListener listener)voidremoveListener(XMLParserListener listener)voidrun()-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
XMLParserThread
public XMLParserThread(java.lang.ThreadGroup group, org.xml.sax.InputSource inputSource) throws DOMConverterException- Throws:
DOMConverterException
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable- Overrides:
runin classjava.lang.Thread
-
addListener
public void addListener(XMLParserListener listener)
-
removeListener
public void removeListener(XMLParserListener listener)
-
-