Object
A class with methods for creating instances
of XmlBase64Binary.
Object
XmlBase64Binary.Factory
XmlBase64Binary
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 XmlBase64Binary newInstance()
Creates an empty instance of XmlBase64Binary
public staticCreates an empty instance ofXmlBase64BinarynewInstance(XmlOptionsoptions)
XmlBase64Binary
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 immutableXmlBase64BinarynewValue(Objectobj)
XmlBase64Binary value
public staticParses aXmlBase64Binaryparse(Strings)
throwsXmlException
XmlBase64Binary fragment from a String. For example: "<xml-fragment>VGhpcyBzdHJp</xml-fragment>".
XmlException
public staticParses aXmlBase64Binaryparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlBase64Binary fragment from a String. For example: "<xml-fragment>VGhpcyBzdHJp</xml-fragment>".
XmlException
public staticParses aXmlBase64Binaryparse(Filef)
throwsXmlException,IOException
XmlBase64Binary fragment from a File.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlBase64Binary fragment from a File.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(URLu)
throwsXmlException,IOException
XmlBase64Binary fragment from a URL.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlBase64Binary fragment from a URL.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(InputStreamis)
throwsXmlException,IOException
XmlBase64Binary fragment from an InputStream.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlBase64Binary fragment from an InputStream.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(Readerr)
throwsXmlException,IOException
XmlBase64Binary fragment from a Reader.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlBase64Binary fragment from a Reader.
XmlException
IOException
public staticParses aXmlBase64Binaryparse(Nodenode)
throwsXmlException
XmlBase64Binary fragment from a DOM Node.
XmlException
public staticParses aXmlBase64Binaryparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlBase64Binary fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlBase64Binaryparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlBase64Binary fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlBase64Binaryparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlBase64Binary fragment from an XMLInputStream.
XmlException
XMLStreamException