org.apache.geronimo.common.xml
Class XmlBeansUtil
java.lang.Object
org.apache.geronimo.common.xml.XmlBeansUtil
- public class XmlBeansUtil
- extends Object
- Version:
- $Revision: 1.3 $ $Date: 2004/04/17 20:34:24 $
Method Summary |
static org.apache.xmlbeans.XmlObject |
getXmlObject(URL url,
org.apache.xmlbeans.SchemaType type)
|
static org.apache.xmlbeans.XmlObject |
parse(InputStream is,
org.apache.xmlbeans.SchemaType type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getXmlObject
public static org.apache.xmlbeans.XmlObject getXmlObject(URL url,
org.apache.xmlbeans.SchemaType type)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
parse
public static org.apache.xmlbeans.XmlObject parse(InputStream is,
org.apache.xmlbeans.SchemaType type)
throws IOException,
org.apache.xmlbeans.XmlException
- Throws:
IOException
org.apache.xmlbeans.XmlException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.