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