Package org.apache.xmlbeans
Class XmlGMonthDay.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlGMonthDay.Factory
-
- Enclosing interface:
- XmlGMonthDay
public static final class XmlGMonthDay.Factory extends java.lang.Object
A class with methods for creating instances ofXmlGMonthDay
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlGMonthDay
newInstance()
Creates an empty instance ofXmlGMonthDay
static XmlGMonthDay
newInstance(XmlOptions options)
Creates an empty instance ofXmlGMonthDay
static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlGMonthDay
newValue(java.lang.Object obj)
Creates an immutableXmlGMonthDay
valuestatic XmlGMonthDay
parse(java.io.File f)
Parses aXmlGMonthDay
fragment from a File.static XmlGMonthDay
parse(java.io.File f, XmlOptions options)
Parses aXmlGMonthDay
fragment from a File.static XmlGMonthDay
parse(java.io.InputStream is)
Parses aXmlGMonthDay
fragment from an InputStream.static XmlGMonthDay
parse(java.io.InputStream is, XmlOptions options)
Parses aXmlGMonthDay
fragment from an InputStream.static XmlGMonthDay
parse(java.io.Reader r)
Parses aXmlGMonthDay
fragment from a Reader.static XmlGMonthDay
parse(java.io.Reader r, XmlOptions options)
Parses aXmlGMonthDay
fragment from a Reader.static XmlGMonthDay
parse(java.lang.String s)
Parses aXmlGMonthDay
fragment from a String.static XmlGMonthDay
parse(java.lang.String s, XmlOptions options)
Parses aXmlGMonthDay
fragment from a String.static XmlGMonthDay
parse(java.net.URL u)
Parses aXmlGMonthDay
fragment from a URL.static XmlGMonthDay
parse(java.net.URL u, XmlOptions options)
Parses aXmlGMonthDay
fragment from a URL.static XmlGMonthDay
parse(javax.xml.stream.XMLStreamReader xsr)
Parses aXmlGMonthDay
fragment from an XMLStreamReader.static XmlGMonthDay
parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)
Parses aXmlGMonthDay
fragment from an XMLStreamReader.static XmlGMonthDay
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlGMonthDay
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlGMonthDay
parse(org.w3c.dom.Node node)
Parses aXmlGMonthDay
fragment from a DOM Node.static XmlGMonthDay
parse(org.w3c.dom.Node node, XmlOptions options)
Parses aXmlGMonthDay
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlGMonthDay newInstance()
Creates an empty instance ofXmlGMonthDay
-
newInstance
public static XmlGMonthDay newInstance(XmlOptions options)
Creates an empty instance ofXmlGMonthDay
-
newValue
public static XmlGMonthDay newValue(java.lang.Object obj)
Creates an immutableXmlGMonthDay
value
-
parse
public static XmlGMonthDay parse(java.lang.String s) throws XmlException
Parses aXmlGMonthDay
fragment from a String. For example: "<xml-fragment>--06-14</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlGMonthDay parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlGMonthDay
fragment from a String. For example: "<xml-fragment>--06-14</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlGMonthDay parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlGMonthDay
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlGMonthDay parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlGMonthDay
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlGMonthDay parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlGMonthDay
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlGMonthDay parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlGMonthDay
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlGMonthDay parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlGMonthDay
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlGMonthDay parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlGMonthDay
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlGMonthDay parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlGMonthDay
fragment from an XMLStreamReader.- Throws:
XmlException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
-