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