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