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