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