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