Uses of Interface
org.w3c.tidy.Out

Packages that use Out
org.w3c.tidy   
 

Uses of Out in org.w3c.tidy
 

Classes in org.w3c.tidy that implement Out
 class OutJavaImpl
          Output implementation using java writers.
 

Methods in org.w3c.tidy that return Out
static Out OutFactory.getOut(Configuration config, java.io.OutputStream stream)
          Returns the appropriate Out implementation.
static Out OutFactory.getOut(Configuration config, java.io.Writer writer)
          Returns the appropriate Out implementation.
 

Methods in org.w3c.tidy with parameters of type Out
 void PPrint.condFlushLine(Out fout, int indent)
           
 void PPrint.flushLine(Out fout, int indent)
           
 void PPrint.printSlide(Out fout, short mode, int indent, Lexer lexer)
          Called from printTree to print the content of a slide from the node slidecontent.
 void PPrint.printTree(Out fout, short mode, int indent, Lexer lexer, Node node)
           
 void PPrint.printXMLTree(Out fout, short mode, int indent, Lexer lexer, Node node)
           
 



Copyright © 2000-2006 sourceforge. All Rights Reserved.