Object
A class with methods for creating instances
of XmlByte
.
Object
XmlByte.Factory
XmlByte
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 XmlByte
newInstance()
Creates an empty instance of XmlByte
public staticCreates an empty instance ofXmlByte
newInstance(XmlOptions
options)
XmlByte
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 immutableXmlByte
newValue(Object
obj)
XmlByte
value
public staticParses aXmlByte
parse(String
s)
throwsXmlException
XmlByte
fragment from a String. For example: "<xml-fragment>123</xml-fragment>
".
XmlException
public staticParses aXmlByte
parse(String
s,XmlOptions
options)
throwsXmlException
XmlByte
fragment from a String. For example: "<xml-fragment>123</xml-fragment>
".
XmlException
public staticParses aXmlByte
parse(File
f)
throwsXmlException
,IOException
XmlByte
fragment from a File.
XmlException
IOException
public staticParses aXmlByte
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlByte
fragment from a File.
XmlException
IOException
public staticParses aXmlByte
parse(URL
u)
throwsXmlException
,IOException
XmlByte
fragment from a URL.
XmlException
IOException
public staticParses aXmlByte
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlByte
fragment from a URL.
XmlException
IOException
public staticParses aXmlByte
parse(InputStream
is)
throwsXmlException
,IOException
XmlByte
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlByte
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlByte
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlByte
parse(Reader
r)
throwsXmlException
,IOException
XmlByte
fragment from a Reader.
XmlException
IOException
public staticParses aXmlByte
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlByte
fragment from a Reader.
XmlException
IOException
public staticParses aXmlByte
parse(Node
node)
throwsXmlException
XmlByte
fragment from a DOM Node.
XmlException
public staticParses aXmlByte
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlByte
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlByte
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlByte
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlByte
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlByte
fragment from an XMLInputStream.
XmlException
XMLStreamException