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