net.sf.japaki.text
Class ParseWriter

java.lang.Object
  extended by 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

Constructor Summary
ParseWriter()
           
 
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
 
Methods inherited from interface java.lang.Appendable
append, append, append
 
Methods inherited from interface net.sf.japaki.io.RestorableIO
copyFrom, deepCopy
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface net.sf.japaki.text.PathTracker
getPath
 

Constructor Detail

ParseWriter

public ParseWriter()
Method Detail

newLine

public abstract void newLine()
                      throws IOException
Inserts a line break in the output stream.

Throws:
IOException - if an I/O error occurs