org.ajax4jsf.org.w3c.tidy
Interface Out

All Known Implementing Classes:
OutImpl, OutJavaImpl

public interface Out

Tidy Output interface.

Version:
$Revision: 1.1.2.1 $ ($Author: alexsmirnov $)
Author:
Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina

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.
 

Method Detail

outc

void outc(int c)
          throws java.io.IOException
writes an char.

Parameters:
c - char to write
Throws:
java.io.IOException

outc

void outc(byte c)
          throws java.io.IOException
writes a byte.

Parameters:
c - byte to write
Throws:
java.io.IOException

newline

void newline()
             throws java.io.IOException
writes a newline.

Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Flush and close the stream.

Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.