All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.PPrint

java.lang.Object
   |
   +----org.w3c.tidy.PPrint

public class PPrint
extends Object

Constructor Index

 o PPrint(Configuration)

Method Index

 o condFlushLine(Out, int)
 o countSlides(Node)
 o createSlides(Lexer, Node)
 o flushLine(Out, int)
 o printSlide(Out, short, int, Lexer)
 o printTree(Out, short, int, Lexer, Node)
 o printXMLTree(Out, short, int, Lexer, Node)

Constructors

 o PPrint
 public PPrint(Configuration configuration)

Methods

 o flushLine
 public void flushLine(Out fout,
                       int indent)
 o condFlushLine
 public void condFlushLine(Out fout,
                           int indent)
 o printTree
 public void printTree(Out fout,
                       short mode,
                       int indent,
                       Lexer lexer,
                       Node node)
 o printXMLTree
 public void printXMLTree(Out fout,
                          short mode,
                          int indent,
                          Lexer lexer,
                          Node node)
 o countSlides
 public static int countSlides(Node node)
 o printSlide
 public void printSlide(Out fout,
                        short mode,
                        int indent,
                        Lexer lexer)
 o createSlides
 public void createSlides(Lexer lexer,
                          Node root)

All Packages  Class Hierarchy  This Package  Previous  Next  Index