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