All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.Out

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

public abstract class Out
extends Object

Variable Index

 o encoding
 o out
 o state

Constructor Index

 o Out()

Method Index

 o newline()
 o outc(int)

Variables

 o encoding
 public int encoding
 o state
 public int state
 o out
 public OutputStream out

Constructors

 o Out
 public Out()

Methods

 o outc
 public abstract void outc(int c)
 o newline
 public abstract void newline()

All Packages  Class Hierarchy  This Package  Previous  Next  Index