Object
A class with methods for creating instances
of XmlGYearMonth
.
Object
XmlGYearMonth.Factory
XmlGYearMonth
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 XmlGYearMonth
newInstance()
Creates an empty instance of XmlGYearMonth
public staticCreates an empty instance ofXmlGYearMonth
newInstance(XmlOptions
options)
XmlGYearMonth
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 immutableXmlGYearMonth
newValue(Object
obj)
XmlGYearMonth
value
public staticParses aXmlGYearMonth
parse(String
s)
throwsXmlException
XmlGYearMonth
fragment from a String. For example: "<xml-fragment>2003-06</xml-fragment>
".
XmlException
public staticParses aXmlGYearMonth
parse(String
s,XmlOptions
options)
throwsXmlException
XmlGYearMonth
fragment from a String. For example: "<xml-fragment>2003-06</xml-fragment>
".
XmlException
public staticParses aXmlGYearMonth
parse(File
f)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a File.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a File.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(URL
u)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a URL.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a URL.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(InputStream
is)
throwsXmlException
,IOException
XmlGYearMonth
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlGYearMonth
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(Reader
r)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a Reader.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlGYearMonth
fragment from a Reader.
XmlException
IOException
public staticParses aXmlGYearMonth
parse(Node
node)
throwsXmlException
XmlGYearMonth
fragment from a DOM Node.
XmlException
public staticParses aXmlGYearMonth
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlGYearMonth
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlGYearMonth
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlGYearMonth
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlGYearMonth
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlGYearMonth
fragment from an XMLInputStream.
XmlException
XMLStreamException