org.w3c.tidy

Interface Out

Known Implementing Classes:
OutJavaImpl

public interface Out

Tidy Output interface.
Version:
$Revision: 807 $ ($Author: fgiust $)
Authors:
Dave Raggett dsr@w3.org
Andy Quick ac.quick@sympatico.ca (translation to Java)
Fabrizio Giustina

Method Summary

void
flush()
Flush the stream.
void
newline()
writes a newline.
void
outc(byte c)
writes a byte.
void
outc(int c)
writes an char.

Method Details

flush

public void flush()
Flush the stream.

newline

public void newline()
writes a newline.

outc

public void outc(byte c)
writes a byte.
Parameters:
c - byte to write

outc

public void outc(int c)
writes an char.
Parameters:
c - char to write