|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.org.w3c.tidy.OutJavaImpl
public class OutJavaImpl
Output implementation using java writers.
Constructor Summary | |
---|---|
OutJavaImpl(Configuration configuration,
java.lang.String encoding,
java.io.OutputStream out)
Constructor. |
|
OutJavaImpl(Configuration config,
java.lang.String outCharEncodingName,
java.io.Writer out)
|
Method Summary | |
---|---|
void |
close()
Flush and close the stream. |
void |
newline()
writes a newline. |
void |
outc(byte c)
writes a byte. |
void |
outc(int c)
writes an char. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutJavaImpl(Configuration configuration, java.lang.String encoding, java.io.OutputStream out) throws java.io.UnsupportedEncodingException
configuration
- actual configuration instance (needed for newline configuration)encoding
- encoding nameout
- output stream
java.io.UnsupportedEncodingException
- if the undelining OutputStreamWriter doesn't support the rquested encoding.public OutJavaImpl(Configuration config, java.lang.String outCharEncodingName, java.io.Writer out)
Method Detail |
---|
public void outc(int c) throws java.io.IOException
Out
outc
in interface Out
c
- char to write
java.io.IOException
Out.outc(int)
public void outc(byte c) throws java.io.IOException
Out
outc
in interface Out
c
- byte to write
java.io.IOException
Out.outc(byte)
public void newline() throws java.io.IOException
Out
newline
in interface Out
java.io.IOException
Out.newline()
public void close() throws java.io.IOException
Out
close
in interface Out
java.io.IOException
Out.close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |