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