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