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 ofXmlBytenewInstance(XmlOptionsoptions)
XmlByte
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 immutableXmlBytenewValue(Objectobj)
XmlByte value
public staticParses aXmlByteparse(Strings)
throwsXmlException
XmlByte fragment from a String. For example: "<xml-fragment>123</xml-fragment>".
XmlException
public staticParses aXmlByteparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlByte fragment from a String. For example: "<xml-fragment>123</xml-fragment>".
XmlException
public staticParses aXmlByteparse(Filef)
throwsXmlException,IOException
XmlByte fragment from a File.
XmlException
IOException
public staticParses aXmlByteparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlByte fragment from a File.
XmlException
IOException
public staticParses aXmlByteparse(URLu)
throwsXmlException,IOException
XmlByte fragment from a URL.
XmlException
IOException
public staticParses aXmlByteparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlByte fragment from a URL.
XmlException
IOException
public staticParses aXmlByteparse(InputStreamis)
throwsXmlException,IOException
XmlByte fragment from an InputStream.
XmlException
IOException
public staticParses aXmlByteparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlByte fragment from an InputStream.
XmlException
IOException
public staticParses aXmlByteparse(Readerr)
throwsXmlException,IOException
XmlByte fragment from a Reader.
XmlException
IOException
public staticParses aXmlByteparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlByte fragment from a Reader.
XmlException
IOException
public staticParses aXmlByteparse(Nodenode)
throwsXmlException
XmlByte fragment from a DOM Node.
XmlException
public staticParses aXmlByteparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlByte fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlByteparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlByte fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlByteparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlByte fragment from an XMLInputStream.
XmlException
XMLStreamException