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