public class TagWriter
extends Object
| Constructor | Description |
|---|---|
TagWriter(java.io.OutputStreamWriter outputStreamWriter) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
flush() |
|
void |
write(String str) |
|
void |
writeLine(String line) |
|
void |
writeTag(String tag) |
|
void |
writeTag(String tag,
String value) |
public void flush()
throws java.io.IOException
java.io.IOExceptionpublic void write(String str)
throws java.io.IOException
java.io.IOExceptionpublic void writeLine(String line)
throws java.io.IOException
java.io.IOExceptionpublic void writeTag(String tag)
throws java.io.IOException
java.io.IOExceptionpublic void writeTag(String tag,
String value)
throws java.io.IOException
java.io.IOException