Class CTFormat.Factory
- java.lang.Object
-
- org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFormat.Factory
-
- Enclosing interface:
- CTFormat
public static final class CTFormat.Factory extends java.lang.ObjectA 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 CTFormatnewInstance()static CTFormatnewInstance(XmlOptions options)static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)Deprecated.static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)Deprecated.static CTFormatparse(java.io.File file)static CTFormatparse(java.io.File file, XmlOptions options)static CTFormatparse(java.io.InputStream is)static CTFormatparse(java.io.InputStream is, XmlOptions options)static CTFormatparse(java.io.Reader r)static CTFormatparse(java.io.Reader r, XmlOptions options)static CTFormatparse(java.lang.String xmlAsString)static CTFormatparse(java.lang.String xmlAsString, XmlOptions options)static CTFormatparse(java.net.URL u)static CTFormatparse(java.net.URL u, XmlOptions options)static CTFormatparse(javax.xml.stream.XMLStreamReader sr)static CTFormatparse(javax.xml.stream.XMLStreamReader sr, XmlOptions options)static CTFormatparse(XMLInputStream xis)Deprecated.static CTFormatparse(XMLInputStream xis, XmlOptions options)Deprecated.static CTFormatparse(org.w3c.dom.Node node)static CTFormatparse(org.w3c.dom.Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static CTFormat newInstance()
-
newInstance
public static CTFormat newInstance(XmlOptions options)
-
parse
public static CTFormat parse(java.lang.String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static CTFormat parse(java.lang.String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CTFormat parse(java.io.File file) throws XmlException, java.io.IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.io.File file, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.net.URL u) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.io.InputStream is) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.io.Reader r) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static CTFormat parse(javax.xml.stream.XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static CTFormat parse(javax.xml.stream.XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CTFormat parse(org.w3c.dom.Node node) throws XmlException
- Throws:
XmlException
-
parse
public static CTFormat parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
@Deprecated public static CTFormat parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
parse
@Deprecated public static CTFormat parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
newValidatingXMLInputStream
@Deprecated public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
newValidatingXMLInputStream
@Deprecated public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
-