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