|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.util.xml.MySAXParser
public class MySAXParser
Class to create a parser and parse an XML file
Constructor Summary | |
---|---|
MySAXParser(org.xml.sax.helpers.DefaultHandler handler)
Constructor |
Method Summary | |
---|---|
void |
parse(java.io.File file)
Parse a File |
void |
parse(java.io.InputStream stream)
Parse a Stream |
void |
parse(java.lang.String uri)
Parse a URI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySAXParser(org.xml.sax.helpers.DefaultHandler handler)
handler
- -
DefaultHandler for the SAX parserMethod Detail |
---|
public void parse(java.io.File file)
file
- -
Filepublic void parse(java.lang.String uri)
uri
- -
Stringpublic void parse(java.io.InputStream stream)
stream
- -
InputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |