|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.OutFactory
public final class OutFactory
Tidy Output factory.
Method Summary | |
---|---|
static Out |
getOut(Configuration config,
java.io.OutputStream stream)
Returns the appropriate Out implementation. |
static Out |
getOut(Configuration config,
java.io.Writer writer)
Returns the appropriate Out implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Out getOut(Configuration config, java.io.OutputStream stream)
config
- configuration instancestream
- output stream
public static Out getOut(Configuration config, java.io.Writer writer)
config
- configuration instancewriter
- Writer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |