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