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 ofXmlDouble
newInstance(XmlOptions
options)
XmlDouble
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 immutableXmlDouble
newValue(Object
obj)
XmlDouble
value
public staticParses aXmlDouble
parse(String
s)
throwsXmlException
XmlDouble
fragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>
".
XmlException
public staticParses aXmlDouble
parse(String
s,XmlOptions
options)
throwsXmlException
XmlDouble
fragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>
".
XmlException
public staticParses aXmlDouble
parse(File
f)
throwsXmlException
,IOException
XmlDouble
fragment from a File.
XmlException
IOException
public staticParses aXmlDouble
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlDouble
fragment from a File.
XmlException
IOException
public staticParses aXmlDouble
parse(URL
u)
throwsXmlException
,IOException
XmlDouble
fragment from a URL.
XmlException
IOException
public staticParses aXmlDouble
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlDouble
fragment from a URL.
XmlException
IOException
public staticParses aXmlDouble
parse(InputStream
is)
throwsXmlException
,IOException
XmlDouble
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDouble
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlDouble
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDouble
parse(Reader
r)
throwsXmlException
,IOException
XmlDouble
fragment from a Reader.
XmlException
IOException
public staticParses aXmlDouble
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlDouble
fragment from a Reader.
XmlException
IOException
public staticParses aXmlDouble
parse(Node
node)
throwsXmlException
XmlDouble
fragment from a DOM Node.
XmlException
public staticParses aXmlDouble
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlDouble
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDouble
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlDouble
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDouble
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlDouble
fragment from an XMLInputStream.
XmlException
XMLStreamException