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