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