Object
A class with methods for creating instances
of XmlNonNegativeInteger
.
Object
XmlNonNegativeInteger.Factory
XmlNonNegativeInteger
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 XmlNonNegativeInteger
newInstance()
Creates an empty instance of XmlNonNegativeInteger
public staticCreates an empty instance ofXmlNonNegativeInteger
newInstance(XmlOptions
options)
XmlNonNegativeInteger
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 immutableXmlNonNegativeInteger
newValue(Object
obj)
XmlNonNegativeInteger
value
public staticParses aXmlNonNegativeInteger
parse(String
s)
throwsXmlException
XmlNonNegativeInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public staticParses aXmlNonNegativeInteger
parse(String
s,XmlOptions
options)
throwsXmlException
XmlNonNegativeInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public staticParses aXmlNonNegativeInteger
parse(File
f)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a File.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a File.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(URL
u)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a URL.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a URL.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(InputStream
is)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(Reader
r)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlNonNegativeInteger
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNonNegativeInteger
parse(Node
node)
throwsXmlException
XmlNonNegativeInteger
fragment from a DOM Node.
XmlException
public staticParses aXmlNonNegativeInteger
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlNonNegativeInteger
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNonNegativeInteger
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNonNegativeInteger
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException