|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OFXReader
Basic interface for reading an OFX document.
Method Summary | |
---|---|
void |
parse(java.io.InputStream stream)
Parse a stream. |
void |
parse(java.io.Reader reader)
Parse a reader. |
void |
setContentHandler(OFXHandler handler)
Set the handler for this OFX reader. |
Method Detail |
---|
void setContentHandler(OFXHandler handler)
handler
- The handler.void parse(java.io.InputStream stream) throws java.io.IOException, OFXParseException
stream
- The stream to parse.
java.io.IOException
OFXParseException
void parse(java.io.Reader reader) throws java.io.IOException, OFXParseException
reader
- The reader to parse.
java.io.IOException
OFXParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |