public static final class XmlHexBinary.Factory extends Object
XmlHexBinary.| Modifier and Type | Method and Description |
|---|---|
static XmlHexBinary |
newInstance()
Creates an empty instance of
XmlHexBinary |
static XmlHexBinary |
newInstance(XmlOptions options)
Creates an empty instance of
XmlHexBinary |
static XMLInputStream |
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XMLInputStream |
newValidatingXMLInputStream(XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlHexBinary |
newValue(Object obj)
Creates an immutable
XmlHexBinary value |
static XmlHexBinary |
parse(File f)
Parses a
XmlHexBinary fragment from a File. |
static XmlHexBinary |
parse(File f,
XmlOptions options)
Parses a
XmlHexBinary fragment from a File. |
static XmlHexBinary |
parse(InputStream is)
Parses a
XmlHexBinary fragment from an InputStream. |
static XmlHexBinary |
parse(InputStream is,
XmlOptions options)
Parses a
XmlHexBinary fragment from an InputStream. |
static XmlHexBinary |
parse(Node node)
Parses a
XmlHexBinary fragment from a DOM Node. |
static XmlHexBinary |
parse(Node node,
XmlOptions options)
Parses a
XmlHexBinary fragment from a DOM Node. |
static XmlHexBinary |
parse(Reader r)
Parses a
XmlHexBinary fragment from a Reader. |
static XmlHexBinary |
parse(Reader r,
XmlOptions options)
Parses a
XmlHexBinary fragment from a Reader. |
static XmlHexBinary |
parse(String s)
Parses a
XmlHexBinary fragment from a String. |
static XmlHexBinary |
parse(String s,
XmlOptions options)
Parses a
XmlHexBinary fragment from a String. |
static XmlHexBinary |
parse(URL u)
Parses a
XmlHexBinary fragment from a URL. |
static XmlHexBinary |
parse(URL u,
XmlOptions options)
Parses a
XmlHexBinary fragment from a URL. |
static XmlHexBinary |
parse(XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlHexBinary |
parse(XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlHexBinary |
parse(XMLStreamReader xsr)
Parses a
XmlHexBinary fragment from an XMLStreamReader. |
static XmlHexBinary |
parse(XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlHexBinary fragment from an XMLStreamReader. |
public static XmlHexBinary newInstance()
XmlHexBinarypublic static XmlHexBinary newInstance(XmlOptions options)
XmlHexBinarypublic static XmlHexBinary newValue(Object obj)
XmlHexBinary valuepublic static XmlHexBinary parse(String s) throws XmlException
XmlHexBinary fragment from a String. For example: "<xml-fragment>68656c6c6f</xml-fragment>".XmlExceptionpublic static XmlHexBinary parse(String s, XmlOptions options) throws XmlException
XmlHexBinary fragment from a String. For example: "<xml-fragment>68656c6c6f</xml-fragment>".XmlExceptionpublic static XmlHexBinary parse(File f) throws XmlException, IOException
XmlHexBinary fragment from a File.XmlExceptionIOExceptionpublic static XmlHexBinary parse(File f, XmlOptions options) throws XmlException, IOException
XmlHexBinary fragment from a File.XmlExceptionIOExceptionpublic static XmlHexBinary parse(URL u) throws XmlException, IOException
XmlHexBinary fragment from a URL.XmlExceptionIOExceptionpublic static XmlHexBinary parse(URL u, XmlOptions options) throws XmlException, IOException
XmlHexBinary fragment from a URL.XmlExceptionIOExceptionpublic static XmlHexBinary parse(InputStream is) throws XmlException, IOException
XmlHexBinary fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlHexBinary parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlHexBinary fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlHexBinary parse(Reader r) throws XmlException, IOException
XmlHexBinary fragment from a Reader.XmlExceptionIOExceptionpublic static XmlHexBinary parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlHexBinary fragment from a Reader.XmlExceptionIOExceptionpublic static XmlHexBinary parse(Node node) throws XmlException
XmlHexBinary fragment from a DOM Node.XmlExceptionpublic static XmlHexBinary parse(Node node, XmlOptions options) throws XmlException
XmlHexBinary fragment from a DOM Node.XmlExceptionpublic static XmlHexBinary parse(XMLInputStream xis) throws XmlException, XMLStreamException
XmlHexBinary fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlHexBinary parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlHexBinary fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlHexBinary parse(XMLStreamReader xsr) throws XmlException
XmlHexBinary fragment from an XMLStreamReader.XmlExceptionpublic static XmlHexBinary parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlHexBinary fragment from an XMLStreamReader.XmlExceptionpublic static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
XmlExceptionXMLStreamExceptionpublic static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlExceptionXMLStreamExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved