|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.org.w3c.tidy.OutImpl
public class OutImpl
Output implementation. This implementation is from the c version of tidy and it doesn't take advantage of java writers.
Constructor Summary | |
---|---|
OutImpl(Configuration configuration,
int encoding,
java.io.OutputStream out)
Constructor. |
Method Summary | |
---|---|
void |
close()
Flush and close the stream. |
void |
newline()
writes a newline. |
void |
outBOM()
Output a Byte Order Mark. |
void |
outc(byte c)
. |
void |
outc(int c)
writes an char. |
void |
setOut(java.io.OutputStream out)
Setter for out . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutImpl(Configuration configuration, int encoding, java.io.OutputStream out)
configuration
- actual configuration instance (needed for newline configuration)encoding
- encoding constantout
- output streamMethod Detail |
---|
public void outc(byte c)
outc
in interface Out
c
- byte to writeOut.outc(byte)
public void outc(int c)
Out
outc
in interface Out
c
- char to writeOut.outc(int)
public void newline()
Out
newline
in interface Out
Out.newline()
public void setOut(java.io.OutputStream out)
out
.
out
- The out to set.public void outBOM()
public void close()
Out
close
in interface Out
Out.close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |