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