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 ofXmlBase64Binary
newInstance(XmlOptions
options)
XmlBase64Binary
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlBase64Binary
newValue(Object
obj)
XmlBase64Binary
value
public staticParses aXmlBase64Binary
parse(String
s)
throwsXmlException
XmlBase64Binary
fragment from a String. For example: "<xml-fragment>VGhpcyBzdHJp</xml-fragment>
".
XmlException
public staticParses aXmlBase64Binary
parse(String
s,XmlOptions
options)
throwsXmlException
XmlBase64Binary
fragment from a String. For example: "<xml-fragment>VGhpcyBzdHJp</xml-fragment>
".
XmlException
public staticParses aXmlBase64Binary
parse(File
f)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a File.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a File.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(URL
u)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a URL.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a URL.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(InputStream
is)
throwsXmlException
,IOException
XmlBase64Binary
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlBase64Binary
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(Reader
r)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a Reader.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlBase64Binary
fragment from a Reader.
XmlException
IOException
public staticParses aXmlBase64Binary
parse(Node
node)
throwsXmlException
XmlBase64Binary
fragment from a DOM Node.
XmlException
public staticParses aXmlBase64Binary
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlBase64Binary
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlBase64Binary
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlBase64Binary
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlBase64Binary
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlBase64Binary
fragment from an XMLInputStream.
XmlException
XMLStreamException