Uses of Interface
org.ajax4jsf.org.w3c.tidy.Out

Packages that use Out
org.ajax4jsf.org.w3c.tidy Customized implementation of Tidy library 
 

Uses of Out in org.ajax4jsf.org.w3c.tidy
 

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

Methods in org.ajax4jsf.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 out)
           
 

Methods in org.ajax4jsf.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 © 2009. All Rights Reserved.