Object
A class with methods for creating instances
of XmlDouble.
Object
XmlDouble.Factory
XmlDouble
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 XmlDouble newInstance()
Creates an empty instance of XmlDouble
public staticCreates an empty instance ofXmlDoublenewInstance(XmlOptionsoptions)
XmlDouble
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 immutableXmlDoublenewValue(Objectobj)
XmlDouble value
public staticParses aXmlDoubleparse(Strings)
throwsXmlException
XmlDouble fragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>".
XmlException
public staticParses aXmlDoubleparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlDouble fragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>".
XmlException
public staticParses aXmlDoubleparse(Filef)
throwsXmlException,IOException
XmlDouble fragment from a File.
XmlException
IOException
public staticParses aXmlDoubleparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlDouble fragment from a File.
XmlException
IOException
public staticParses aXmlDoubleparse(URLu)
throwsXmlException,IOException
XmlDouble fragment from a URL.
XmlException
IOException
public staticParses aXmlDoubleparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlDouble fragment from a URL.
XmlException
IOException
public staticParses aXmlDoubleparse(InputStreamis)
throwsXmlException,IOException
XmlDouble fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDoubleparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlDouble fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDoubleparse(Readerr)
throwsXmlException,IOException
XmlDouble fragment from a Reader.
XmlException
IOException
public staticParses aXmlDoubleparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlDouble fragment from a Reader.
XmlException
IOException
public staticParses aXmlDoubleparse(Nodenode)
throwsXmlException
XmlDouble fragment from a DOM Node.
XmlException
public staticParses aXmlDoubleparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlDouble fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDoubleparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlDouble fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDoubleparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlDouble fragment from an XMLInputStream.
XmlException
XMLStreamException