|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Extends org.xml.sax.XMLReader by pull-parsing methods.
Copyright (c) SAP AG 2003
| Method Summary | |
void |
discard()
Free all allocated resources. |
void |
parse()
Completely parse the input source. |
boolean |
parseNextEvents()
Parse the next (couple of) events, may be only one, and invoke them against the installed org.xml.sax.ContentHandler. |
void |
setInput(org.xml.sax.InputSource source)
Set the input source for the reading, but does not start parsing yet. |
| Method Detail |
public void setInput(org.xml.sax.InputSource source)
throws org.xml.sax.SAXException
source - of inputSAXException - Exception raised in failure situation
public boolean parseNextEvents()
throws org.xml.sax.SAXException,
java.io.IOException
org.xml.sax.ContentHandler. The reader should ideally
only fire one event, but is allowed to generate more to ease internal state
management. Returns if end of input was reached.SAXException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public void parse()
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException - Exception raised in failure situationSAXException - Exception raised in failure situationpublic void discard()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||