org.apache.poi
Class POIXMLTypeLoader
java.lang.Object
org.apache.poi.POIXMLTypeLoader
public class POIXMLTypeLoader
- extends java.lang.Object
Method Summary |
static org.apache.xmlbeans.XmlObject |
newInstance(org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(java.io.File file,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(java.io.InputStream jiois,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(org.w3c.dom.Node node,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(java.io.Reader jior,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(java.lang.String xmlText,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(java.net.URL file,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
static org.apache.xmlbeans.XmlObject |
parse(javax.xml.stream.XMLStreamReader xsr,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_XML_OPTIONS
public static final org.apache.xmlbeans.XmlOptions DEFAULT_XML_OPTIONS
POIXMLTypeLoader
public POIXMLTypeLoader()
newInstance
public static org.apache.xmlbeans.XmlObject newInstance(org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
parse
public static org.apache.xmlbeans.XmlObject parse(java.lang.String xmlText,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
parse
public static org.apache.xmlbeans.XmlObject parse(java.io.File file,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static org.apache.xmlbeans.XmlObject parse(java.net.URL file,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static org.apache.xmlbeans.XmlObject parse(java.io.InputStream jiois,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static org.apache.xmlbeans.XmlObject parse(javax.xml.stream.XMLStreamReader xsr,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
parse
public static org.apache.xmlbeans.XmlObject parse(java.io.Reader jior,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static org.apache.xmlbeans.XmlObject parse(org.w3c.dom.Node node,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
parse
public static org.apache.xmlbeans.XmlObject parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
org.apache.xmlbeans.xml.stream.XMLStreamException
- Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.SchemaType type,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
org.apache.xmlbeans.xml.stream.XMLStreamException
- Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.