Uses of Interface
org.w3c.tidy.Out
Packages that use Out
-
Uses of Out in org.w3c.tidy
Classes in org.w3c.tidy that implement OutMethods in org.w3c.tidy that return OutModifier and TypeMethodDescriptionstatic OutOutFactory.getOut(Configuration config, OutputStream stream) Returns the appropriate Out implementation.static OutOutFactory.getOut(Configuration config, Writer writer) Returns the appropriate Out implementation.Methods in org.w3c.tidy with parameters of type OutModifier and TypeMethodDescriptionvoidPPrint.condFlushLine(Out fout, int indent) voidvoidPPrint.printSlide(Out fout, short mode, int indent, Lexer lexer) Called from printTree to print the content of a slide from the node slidecontent.voidvoidPPrint.printXMLTree(Out fout, short mode, int indent, Lexer lexer, Node node)