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