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