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 Out
OutFactory.getOut
(Configuration config, OutputStream stream) Returns the appropriate Out implementation.static Out
OutFactory.getOut
(Configuration config, Writer writer) Returns the appropriate Out implementation.Methods in org.w3c.tidy with parameters of type OutModifier and TypeMethodDescriptionvoid
PPrint.condFlushLine
(Out fout, int indent) Conditional flush the line.void
PPrint.condFlushLine
(Out fout, int indent, boolean shouldAddNewLine) Conditional flush the line.void
Flush the line.void
Flush the line.void
PPrint.printSlide
(Out fout, short mode, int indent, Lexer lexer) Called from printTree to print the content of a slide from the node slide content.void
void
PPrint.printXMLTree
(Out fout, short mode, int indent, Lexer lexer, Node node)