Uses of Interface
org.w3c.tidy.Out
-
Packages that use Out Package Description org.w3c.tidy -
-
Uses of Out in org.w3c.tidy
Classes in org.w3c.tidy that implement Out Modifier and Type Class Description classOutJavaImplOutput implementation using java writers.Methods in org.w3c.tidy that return Out Modifier and Type Method Description static OutOutFactory. getOut(Configuration config, java.io.OutputStream stream)Returns the appropriate Out implementation.static OutOutFactory. getOut(Configuration config, java.io.Writer writer)Returns the appropriate Out implementation.Methods in org.w3c.tidy with parameters of type Out Modifier and Type Method Description voidPPrint. condFlushLine(Out fout, int indent)voidPPrint. flushLine(Out fout, int indent)voidPPrint. printSlide(Out fout, short mode, int indent, Lexer lexer)Called from printTree to print the content of a slide from the node slidecontent.voidPPrint. printTree(Out fout, short mode, int indent, Lexer lexer, Node node)voidPPrint. printXMLTree(Out fout, short mode, int indent, Lexer lexer, Node node)
-