org.apache.geronimo.deployment.xmlbeans
Class XmlBeansUtil

java.lang.Object
  extended byorg.apache.geronimo.deployment.xmlbeans.XmlBeansUtil

public class XmlBeansUtil
extends Object

Version:
$Rev: 406502 $ $Date: 2006-05-15 04:27:24 +0200 (Mon, 15 May 2006) $

Method Summary
static org.apache.xmlbeans.XmlOptions createXmlOptions(Collection errors)
           
static org.apache.xmlbeans.XmlObject parse(Element element)
           
static org.apache.xmlbeans.XmlObject parse(File file)
           
static org.apache.xmlbeans.XmlObject parse(InputStream is)
           
static org.apache.xmlbeans.XmlObject parse(String xml)
           
static org.apache.xmlbeans.XmlObject parse(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static org.apache.xmlbeans.XmlObject parse(File file)
                                           throws IOException,
                                                  org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

parse

public static org.apache.xmlbeans.XmlObject parse(URL url)
                                           throws IOException,
                                                  org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

parse

public static org.apache.xmlbeans.XmlObject parse(InputStream is)
                                           throws IOException,
                                                  org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

parse

public static org.apache.xmlbeans.XmlObject parse(String xml)
                                           throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static org.apache.xmlbeans.XmlObject parse(Element element)
                                           throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

createXmlOptions

public static org.apache.xmlbeans.XmlOptions createXmlOptions(Collection errors)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.