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