public class POIXMLTypeLoader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.XmlOptions |
DEFAULT_XML_OPTIONS |
Constructor and Description |
---|
POIXMLTypeLoader() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final org.apache.xmlbeans.XmlOptions DEFAULT_XML_OPTIONS
public static org.apache.xmlbeans.XmlObject newInstance(org.apache.xmlbeans.SchemaType type, org.apache.xmlbeans.XmlOptions options)
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
org.apache.xmlbeans.XmlException
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
org.apache.xmlbeans.XmlException
java.io.IOException
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
org.apache.xmlbeans.XmlException
java.io.IOException
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
org.apache.xmlbeans.XmlException
java.io.IOException
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
org.apache.xmlbeans.XmlException
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
org.apache.xmlbeans.XmlException
java.io.IOException
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
org.apache.xmlbeans.XmlException
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
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
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
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.