|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.universal.xml.XmlParserHelper
public final class XmlParserHelper
A place to put all the ugly boiler plate for parsing an XML file.
| Constructor Summary | |
|---|---|
XmlParserHelper(java.io.File f)
|
|
| Method Summary | |
|---|---|
javax.xml.stream.XMLStreamReader |
get()
|
void |
stop()
Don't forget to call this method when finished! Closes the parser and the stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlParserHelper(java.io.File f)
throws java.io.FileNotFoundException,
javax.xml.stream.XMLStreamException
java.io.FileNotFoundException
javax.xml.stream.XMLStreamException| Method Detail |
|---|
public final javax.xml.stream.XMLStreamReader get()
public final void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||