|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.jtidy.TidyDriver
A JTidy driver to encapsulate HTML processing.
Constructor Summary | |
TidyDriver()
Default constructor without logging. |
|
TidyDriver(net.javacoding.jspider.core.logging.Log log)
Constructor with JSpider logging. |
Method Summary | |
void |
parse(java.io.InputStream inStream,
java.io.OutputStream outStream)
Write an tidied output stream. |
java.io.InputStream |
tidyInputStream(java.io.InputStream inStream)
Get a tidied input stream in memory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TidyDriver()
public TidyDriver(net.javacoding.jspider.core.logging.Log log)
log
- A JSpider Log
instance to
pass messages.Method Detail |
public final void parse(java.io.InputStream inStream, java.io.OutputStream outStream)
outStream
- The output stream to which to
write the output.inStream
- The (X)HTML input stream for to be
tidied.public final java.io.InputStream tidyInputStream(java.io.InputStream inStream)
inStream
- The (X)HTML input stream for to be
tidied.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |