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