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