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