Package org.w3c.tidy
Interface Out
-
- All Known Implementing Classes:
OutJavaImpl
public interface OutTidy Output interface.- Version:
- $Revision: 807 $ ($Author: fgiust $)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()Flush the stream.voidnewline()writes a newline.voidoutc(byte c)writes a byte.voidoutc(int c)writes an char.
-