|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void startDocument(ContentHandler destination) throws SAXException, ProcessingException
SAXException
ProcessingException
public void endDocument() throws SAXException, ProcessingException
SAXException
ProcessingException
public 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 |