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