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