Object
A class with methods for creating instances
of XmlGMonthDay
.
Object
XmlGMonthDay.Factory
XmlGMonthDay
Method Summary |
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlGMonthDay
newInstance()
Creates an empty instance of XmlGMonthDay
public staticCreates an empty instance ofXmlGMonthDay
newInstance(XmlOptions
options)
XmlGMonthDay
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlGMonthDay
newValue(Object
obj)
XmlGMonthDay
value
public staticParses aXmlGMonthDay
parse(String
s)
throwsXmlException
XmlGMonthDay
fragment from a String. For example: "<xml-fragment>--06-14</xml-fragment>
".
XmlException
public staticParses aXmlGMonthDay
parse(String
s,XmlOptions
options)
throwsXmlException
XmlGMonthDay
fragment from a String. For example: "<xml-fragment>--06-14</xml-fragment>
".
XmlException
public staticParses aXmlGMonthDay
parse(File
f)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a File.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a File.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(URL
u)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a URL.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a URL.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(InputStream
is)
throwsXmlException
,IOException
XmlGMonthDay
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlGMonthDay
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(Reader
r)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a Reader.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlGMonthDay
fragment from a Reader.
XmlException
IOException
public staticParses aXmlGMonthDay
parse(Node
node)
throwsXmlException
XmlGMonthDay
fragment from a DOM Node.
XmlException
public staticParses aXmlGMonthDay
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlGMonthDay
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlGMonthDay
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlGMonthDay
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlGMonthDay
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlGMonthDay
fragment from an XMLInputStream.
XmlException
XMLStreamException