|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines an interface that a provider can implement to have an XML file parsed.
Method Summary | |
void |
parse()
Parse the data in the stream. |
void |
setHandler(XMLHandler callbackHandler)
Set the handler that will receive callbacks during parsing. |
void |
setReader(Reader characterStream)
Set a Reader which has been opened on the data to parse. |
Method Detail |
public void setReader(Reader characterStream)
characterStream
- The stream upon which to read the data to parse.public void setHandler(XMLHandler callbackHandler)
callbackHandler
- The handler that will be called back during parsing.public void parse() throws XMLException
XMLException
- If the data stream cannot be parsed.
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |