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()
XmlUnsignedByte
public static XmlUnsignedByte newInstance(XmlOptions options)
XmlUnsignedByte
public 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>
".XmlException
public static XmlUnsignedByte parse(String s, XmlOptions options) throws XmlException
XmlUnsignedByte
fragment from a String. For example: "<xml-fragment>123</xml-fragment>
".XmlException
public static XmlUnsignedByte parse(File f) throws XmlException, IOException
XmlUnsignedByte
fragment from a File.XmlException
IOException
public static XmlUnsignedByte parse(File f, XmlOptions options) throws XmlException, IOException
XmlUnsignedByte
fragment from a File.XmlException
IOException
public static XmlUnsignedByte parse(URL u) throws XmlException, IOException
XmlUnsignedByte
fragment from a URL.XmlException
IOException
public static XmlUnsignedByte parse(URL u, XmlOptions options) throws XmlException, IOException
XmlUnsignedByte
fragment from a URL.XmlException
IOException
public static XmlUnsignedByte parse(InputStream is) throws XmlException, IOException
XmlUnsignedByte
fragment from an InputStream.XmlException
IOException
public static XmlUnsignedByte parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlUnsignedByte
fragment from an InputStream.XmlException
IOException
public static XmlUnsignedByte parse(Reader r) throws XmlException, IOException
XmlUnsignedByte
fragment from a Reader.XmlException
IOException
public static XmlUnsignedByte parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlUnsignedByte
fragment from a Reader.XmlException
IOException
public static XmlUnsignedByte parse(Node node) throws XmlException
XmlUnsignedByte
fragment from a DOM Node.XmlException
public static XmlUnsignedByte parse(Node node, XmlOptions options) throws XmlException
XmlUnsignedByte
fragment from a DOM Node.XmlException
public static XmlUnsignedByte parse(XMLStreamReader xsr) throws XmlException
XmlUnsignedByte
fragment from an XMLStreamReader.XmlException
public static XmlUnsignedByte parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlUnsignedByte
fragment from an XMLStreamReader.XmlException