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