org.w3c.tidy
Interface Out

All Known Implementing Classes:
OutImpl, OutJavaImpl

public interface Out

Tidy Output interface.

Version:
$Revision: 1.9 $ ($Author: fgiust $)
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

public void outc(int c)
writes an char.

Parameters:
c - char to write

outc

public void outc(byte c)
writes a byte.

Parameters:
c - byte to write

newline

public void newline()
writes a newline.


close

public void close()
Flush and close the stream.



Copyright © 2000-2005 sourceforge. All Rights Reserved.