public static final class XmlDecimal.Factory extends Object
XmlDecimal.| Modifier and Type | Method and Description |
|---|---|
static XmlDecimal |
newInstance()
Creates an empty instance of
XmlDecimal |
static XmlDecimal |
newInstance(XmlOptions options)
Creates an empty instance of
XmlDecimal |
static XmlDecimal |
newValue(Object obj)
Creates an immutable
XmlDecimal value |
static XmlDecimal |
parse(File f)
Parses a
XmlDecimal fragment from a File. |
static XmlDecimal |
parse(File f,
XmlOptions options)
Parses a
XmlDecimal fragment from a File. |
static XmlDecimal |
parse(InputStream is)
Parses a
XmlDecimal fragment from an InputStream. |
static XmlDecimal |
parse(InputStream is,
XmlOptions options)
Parses a
XmlDecimal fragment from an InputStream. |
static XmlDecimal |
parse(Node node)
Parses a
XmlDecimal fragment from a DOM Node. |
static XmlDecimal |
parse(Node node,
XmlOptions options)
Parses a
XmlDecimal fragment from a DOM Node. |
static XmlDecimal |
parse(Reader r)
Parses a
XmlDecimal fragment from a Reader. |
static XmlDecimal |
parse(Reader r,
XmlOptions options)
Parses a
XmlDecimal fragment from a Reader. |
static XmlDecimal |
parse(String s)
Parses a
XmlDecimal fragment from a String. |
static XmlDecimal |
parse(String s,
XmlOptions options)
Parses a
XmlDecimal fragment from a String. |
static XmlDecimal |
parse(URL u)
Parses a
XmlDecimal fragment from a URL. |
static XmlDecimal |
parse(URL u,
XmlOptions options)
Parses a
XmlDecimal fragment from a URL. |
static XmlDecimal |
parse(XMLStreamReader xsr)
Parses a
XmlDecimal fragment from an XMLStreamReader. |
static XmlDecimal |
parse(XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlDecimal fragment from an XMLStreamReader. |
public static XmlDecimal newInstance()
XmlDecimalpublic static XmlDecimal newInstance(XmlOptions options)
XmlDecimalpublic static XmlDecimal newValue(Object obj)
XmlDecimal valuepublic static XmlDecimal parse(String s) throws XmlException
XmlDecimal fragment from a String. For example: "<xml-fragment>1234.56789</xml-fragment>".XmlExceptionpublic static XmlDecimal parse(String s, XmlOptions options) throws XmlException
XmlDecimal fragment from a String. For example: "<xml-fragment>1234.56789</xml-fragment>".XmlExceptionpublic static XmlDecimal parse(File f) throws XmlException, IOException
XmlDecimal fragment from a File.XmlExceptionIOExceptionpublic static XmlDecimal parse(File f, XmlOptions options) throws XmlException, IOException
XmlDecimal fragment from a File.XmlExceptionIOExceptionpublic static XmlDecimal parse(URL u) throws XmlException, IOException
XmlDecimal fragment from a URL.XmlExceptionIOExceptionpublic static XmlDecimal parse(URL u, XmlOptions options) throws XmlException, IOException
XmlDecimal fragment from a URL.XmlExceptionIOExceptionpublic static XmlDecimal parse(InputStream is) throws XmlException, IOException
XmlDecimal fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlDecimal parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlDecimal fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlDecimal parse(Reader r) throws XmlException, IOException
XmlDecimal fragment from a Reader.XmlExceptionIOExceptionpublic static XmlDecimal parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlDecimal fragment from a Reader.XmlExceptionIOExceptionpublic static XmlDecimal parse(Node node) throws XmlException
XmlDecimal fragment from a DOM Node.XmlExceptionpublic static XmlDecimal parse(Node node, XmlOptions options) throws XmlException
XmlDecimal fragment from a DOM Node.XmlExceptionpublic static XmlDecimal parse(XMLStreamReader xsr) throws XmlException
XmlDecimal fragment from an XMLStreamReader.XmlExceptionpublic static XmlDecimal parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlDecimal fragment from an XMLStreamReader.XmlException