| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SlopParser
Interface to SLOP parsers
| Method Summary | |
|---|---|
|  void | endDocument()must be called once all calls to processLine() are done | 
|  void | processLine(String line)call this to process input lines, does the actual parsing | 
|  void | startDocument(ContentHandler destination)must be called before any call to processLine() | 
| Method Detail | 
|---|
void startDocument(ContentHandler destination)
                   throws SAXException,
                          ProcessingException
SAXException
ProcessingException
void endDocument()
                 throws SAXException,
                        ProcessingException
SAXException
ProcessingException
void processLine(String line)
                 throws SAXException,
                        ProcessingException
SAXException
ProcessingException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||