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