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