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 ofXmlPositiveInteger
newInstance(XmlOptions
options)
XmlPositiveInteger
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlPositiveInteger
newValue(Object
obj)
XmlPositiveInteger
value
public staticParses aXmlPositiveInteger
parse(String
s)
throwsXmlException
XmlPositiveInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public staticParses aXmlPositiveInteger
parse(String
s,XmlOptions
options)
throwsXmlException
XmlPositiveInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public staticParses aXmlPositiveInteger
parse(File
f)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a File.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a File.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(URL
u)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a URL.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a URL.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(InputStream
is)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(Reader
r)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a Reader.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlPositiveInteger
fragment from a Reader.
XmlException
IOException
public staticParses aXmlPositiveInteger
parse(Node
node)
throwsXmlException
XmlPositiveInteger
fragment from a DOM Node.
XmlException
public staticParses aXmlPositiveInteger
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlPositiveInteger
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlPositiveInteger
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlPositiveInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlPositiveInteger
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlPositiveInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException