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