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