Package org.apache.axis2.xmlbeans
Class XmlBeansXMLReader
- java.lang.Object
-
- org.apache.axiom.util.sax.AbstractXMLReader
-
- org.apache.axis2.xmlbeans.XmlBeansXMLReader
-
- All Implemented Interfaces:
XMLReader
public class XmlBeansXMLReader extends org.apache.axiom.util.sax.AbstractXMLReader
-
-
Constructor Summary
Constructors Constructor Description XmlBeansXMLReader(org.apache.xmlbeans.XmlObject object, org.apache.xmlbeans.XmlOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(String systemId)voidparse(InputSource input)
-
-
-
Method Detail
-
parse
public void parse(InputSource input) throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
parse
public void parse(String systemId) throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
-