Class CTItems.Factory
- java.lang.Object
-
- org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItems.Factory
-
- Enclosing interface:
- CTItems
public static final class CTItems.Factory extends java.lang.Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CTItems
newInstance()
static CTItems
newInstance(XmlOptions options)
static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.static CTItems
parse(java.io.File file)
static CTItems
parse(java.io.File file, XmlOptions options)
static CTItems
parse(java.io.InputStream is)
static CTItems
parse(java.io.InputStream is, XmlOptions options)
static CTItems
parse(java.io.Reader r)
static CTItems
parse(java.io.Reader r, XmlOptions options)
static CTItems
parse(java.lang.String xmlAsString)
static CTItems
parse(java.lang.String xmlAsString, XmlOptions options)
static CTItems
parse(java.net.URL u)
static CTItems
parse(java.net.URL u, XmlOptions options)
static CTItems
parse(javax.xml.stream.XMLStreamReader sr)
static CTItems
parse(javax.xml.stream.XMLStreamReader sr, XmlOptions options)
static CTItems
parse(XMLInputStream xis)
Deprecated.static CTItems
parse(XMLInputStream xis, XmlOptions options)
Deprecated.static CTItems
parse(org.w3c.dom.Node node)
static CTItems
parse(org.w3c.dom.Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static CTItems newInstance()
-
newInstance
public static CTItems newInstance(XmlOptions options)
-
parse
public static CTItems parse(java.lang.String xmlAsString) throws XmlException
- Parameters:
xmlAsString
- the string value to parse- Throws:
XmlException
-
parse
public static CTItems parse(java.lang.String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CTItems parse(java.io.File file) throws XmlException, java.io.IOException
- Parameters:
file
- the file from which to load an xml document- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.io.File file, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.net.URL u) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.io.InputStream is) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.io.Reader r) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlException
java.io.IOException
-
parse
public static CTItems parse(javax.xml.stream.XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static CTItems parse(javax.xml.stream.XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CTItems parse(org.w3c.dom.Node node) throws XmlException
- Throws:
XmlException
-
parse
public static CTItems parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
@Deprecated public static CTItems parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
parse
@Deprecated public static CTItems parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
@Deprecated public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
@Deprecated public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
-