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 ofXmlUnsignedLongnewInstance(XmlOptionsoptions)
XmlUnsignedLong
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlUnsignedLongnewValue(Objectobj)
XmlUnsignedLong value
public staticParses aXmlUnsignedLongparse(Strings)
throwsXmlException
XmlUnsignedLong fragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".
XmlException
public staticParses aXmlUnsignedLongparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlUnsignedLong fragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".
XmlException
public staticParses aXmlUnsignedLongparse(Filef)
throwsXmlException,IOException
XmlUnsignedLong fragment from a File.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlUnsignedLong fragment from a File.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(URLu)
throwsXmlException,IOException
XmlUnsignedLong fragment from a URL.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlUnsignedLong fragment from a URL.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(InputStreamis)
throwsXmlException,IOException
XmlUnsignedLong fragment from an InputStream.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlUnsignedLong fragment from an InputStream.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(Readerr)
throwsXmlException,IOException
XmlUnsignedLong fragment from a Reader.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlUnsignedLong fragment from a Reader.
XmlException
IOException
public staticParses aXmlUnsignedLongparse(Nodenode)
throwsXmlException
XmlUnsignedLong fragment from a DOM Node.
XmlException
public staticParses aXmlUnsignedLongparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlUnsignedLong fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlUnsignedLongparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlUnsignedLong fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlUnsignedLongparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlUnsignedLong fragment from an XMLInputStream.
XmlException
XMLStreamException