Package com.sun.enterprise.universal.xml
Class XmlParserHelper
- java.lang.Object
-
- com.sun.enterprise.universal.xml.XmlParserHelper
-
public final class XmlParserHelper extends Object
A place to put all the ugly boiler plate for parsing an XML file.- Author:
- Byron Nevins
-
-
Constructor Summary
Constructors Constructor Description XmlParserHelper(File f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLStreamReaderget()voidstop()Don't forget to call this method when finished! Closes the parser and the stream
-
-
-
Constructor Detail
-
XmlParserHelper
public XmlParserHelper(File f) throws FileNotFoundException, XMLStreamException
-
-
Method Detail
-
get
public final XMLStreamReader get()
-
stop
public final void stop()
Don't forget to call this method when finished! Closes the parser and the stream
-
-