com.phoenix_int.aserver.util
Interface Parser

All Known Implementing Classes:
PHXFileParser

public interface Parser

Interface to define the methods of a parser. Defined after-the-fact from the existing PHXFileParser with the intent to be useful for PHXXMLParser.


Nested Class Summary
static class Parser.Mode
          File-access mode Moved to type-safe enum from legacy integer constants
 
Method Summary
 void close()
          Close the parser
 void writeTo(java.io.OutputStreamWriter fw)
          Write any changes to the output stream
 

Method Detail

writeTo

void writeTo(java.io.OutputStreamWriter fw)
             throws java.io.IOException
Write any changes to the output stream

Parameters:
stream -
Throws:
java.io.IOException

close

void close()
Close the parser