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) Conditional flush the line.voidPPrint.condFlushLine(Out fout, int indent, boolean shouldAddNewLine) Conditional flush the line.voidFlush the line.voidFlush the line.voidPPrint.printSlide(Out fout, short mode, int indent, Lexer lexer) Called from printTree to print the content of a slide from the node slide content.voidvoidPPrint.printXMLTree(Out fout, short mode, int indent, Lexer lexer, Node node)