Object
A class with methods for creating instances
of XmlHexBinary.
Object
XmlHexBinary.Factory
XmlHexBinary
Method Summary |
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlHexBinary newInstance()
Creates an empty instance of XmlHexBinary
public staticCreates an empty instance ofXmlHexBinarynewInstance(XmlOptionsoptions)
XmlHexBinary
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlHexBinarynewValue(Objectobj)
XmlHexBinary value
public staticParses aXmlHexBinaryparse(Strings)
throwsXmlException
XmlHexBinary fragment from a String. For example: "<xml-fragment>68656c6c6f</xml-fragment>".
XmlException
public staticParses aXmlHexBinaryparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlHexBinary fragment from a String. For example: "<xml-fragment>68656c6c6f</xml-fragment>".
XmlException
public staticParses aXmlHexBinaryparse(Filef)
throwsXmlException,IOException
XmlHexBinary fragment from a File.
XmlException
IOException
public staticParses aXmlHexBinaryparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlHexBinary fragment from a File.
XmlException
IOException
public staticParses aXmlHexBinaryparse(URLu)
throwsXmlException,IOException
XmlHexBinary fragment from a URL.
XmlException
IOException
public staticParses aXmlHexBinaryparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlHexBinary fragment from a URL.
XmlException
IOException
public staticParses aXmlHexBinaryparse(InputStreamis)
throwsXmlException,IOException
XmlHexBinary fragment from an InputStream.
XmlException
IOException
public staticParses aXmlHexBinaryparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlHexBinary fragment from an InputStream.
XmlException
IOException
public staticParses aXmlHexBinaryparse(Readerr)
throwsXmlException,IOException
XmlHexBinary fragment from a Reader.
XmlException
IOException
public staticParses aXmlHexBinaryparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlHexBinary fragment from a Reader.
XmlException
IOException
public staticParses aXmlHexBinaryparse(Nodenode)
throwsXmlException
XmlHexBinary fragment from a DOM Node.
XmlException
public staticParses aXmlHexBinaryparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlHexBinary fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlHexBinaryparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlHexBinary fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlHexBinaryparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlHexBinary fragment from an XMLInputStream.
XmlException
XMLStreamException