|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.tidy.Out
public abstract class Out
Field Summary | |
---|---|
int |
encoding
|
java.io.OutputStream |
out
|
int |
state
|
Constructor Summary | |
---|---|
Out()
|
Method Summary | |
---|---|
abstract void |
newline()
|
abstract void |
outc(byte c)
|
abstract void |
outc(int c)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int encoding
public int state
public java.io.OutputStream out
Constructor Detail |
---|
public Out()
Method Detail |
---|
public abstract void outc(int c)
public abstract void outc(byte c)
public abstract void newline()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |