net.sf.japaki.text
Class ParseWriter
java.lang.Object
net.sf.japaki.text.ParseWriter
- All Implemented Interfaces:
- Closeable, Appendable, RestorableIO<ParseWriter>, PathTracker
- Direct Known Subclasses:
- WriterWithPosition
public abstract class ParseWriter
- extends Object
- implements Appendable, RestorableIO<ParseWriter>, PathTracker
Output stream for parsing operations.
- See Also:
Parser
Method Summary |
abstract void |
newLine()
Inserts a line break in the output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseWriter
public ParseWriter()
newLine
public abstract void newLine()
throws IOException
- Inserts a line break in the output stream.
- Throws:
IOException
- if an I/O error occurs