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