com.irisel.util.xml
Class MyStAXParser

java.lang.Object
  extended by com.irisel.util.xml.MyStAXParser

public class MyStAXParser
extends java.lang.Object

Class to create a parser and parse an XML file


Constructor Summary
MyStAXParser()
          Constructor
 
Method Summary
 javax.xml.stream.XMLInputFactory getFactory()
           
 javax.xml.stream.XMLStreamReader getReader(Base64.InputStream is)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyStAXParser

public MyStAXParser()
Constructor

Parameters:
handler - - DefaultHandler for the SAX parser
Method Detail

getReader

public javax.xml.stream.XMLStreamReader getReader(Base64.InputStream is)
                                           throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

getFactory

public javax.xml.stream.XMLInputFactory getFactory()