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