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 ofXmlFloatnewInstance(XmlOptionsoptions)
XmlFloat
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 immutableXmlFloatnewValue(Objectobj)
XmlFloat value
public staticParses aXmlFloatparse(Strings)
throwsXmlException
XmlFloat fragment from a String. For example: "<xml-fragment>12.34e+5</xml-fragment>".
XmlException
public staticParses aXmlFloatparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlFloat fragment from a String. For example: "<xml-fragment>12.34e+5</xml-fragment>".
XmlException
public staticParses aXmlFloatparse(Filef)
throwsXmlException,IOException
XmlFloat fragment from a File.
XmlException
IOException
public staticParses aXmlFloatparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlFloat fragment from a File.
XmlException
IOException
public staticParses aXmlFloatparse(URLu)
throwsXmlException,IOException
XmlFloat fragment from a URL.
XmlException
IOException
public staticParses aXmlFloatparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlFloat fragment from a URL.
XmlException
IOException
public staticParses aXmlFloatparse(InputStreamis)
throwsXmlException,IOException
XmlFloat fragment from an InputStream.
XmlException
IOException
public staticParses aXmlFloatparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlFloat fragment from an InputStream.
XmlException
IOException
public staticParses aXmlFloatparse(Readerr)
throwsXmlException,IOException
XmlFloat fragment from a Reader.
XmlException
IOException
public staticParses aXmlFloatparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlFloat fragment from a Reader.
XmlException
IOException
public staticParses aXmlFloatparse(Nodenode)
throwsXmlException
XmlFloat fragment from a DOM Node.
XmlException
public staticParses aXmlFloatparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlFloat fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlFloatparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlFloat fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlFloatparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlFloat fragment from an XMLInputStream.
XmlException
XMLStreamException