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 ofXmlTimenewInstance(XmlOptionsoptions)
XmlTime
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlTimenewValue(Objectobj)
XmlTime value
public staticParses aXmlTimeparse(Strings)
throwsXmlException
XmlTime fragment from a String. For example: "<xml-fragment>12:00:00</xml-fragment>".
XmlException
public staticParses aXmlTimeparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlTime fragment from a String. For example: "<xml-fragment>12:00:00</xml-fragment>".
XmlException
public staticParses aXmlTimeparse(Filef)
throwsXmlException,IOException
XmlTime fragment from a File.
XmlException
IOException
public staticParses aXmlTimeparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlTime fragment from a File.
XmlException
IOException
public staticParses aXmlTimeparse(URLu)
throwsXmlException,IOException
XmlTime fragment from a URL.
XmlException
IOException
public staticParses aXmlTimeparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlTime fragment from a URL.
XmlException
IOException
public staticParses aXmlTimeparse(InputStreamis)
throwsXmlException,IOException
XmlTime fragment from an InputStream.
XmlException
IOException
public staticParses aXmlTimeparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlTime fragment from an InputStream.
XmlException
IOException
public staticParses aXmlTimeparse(Readerr)
throwsXmlException,IOException
XmlTime fragment from a Reader.
XmlException
IOException
public staticParses aXmlTimeparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlTime fragment from a Reader.
XmlException
IOException
public staticParses aXmlTimeparse(Nodenode)
throwsXmlException
XmlTime fragment from a DOM Node.
XmlException
public staticParses aXmlTimeparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlTime fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlTimeparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlTime fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlTimeparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlTime fragment from an XMLInputStream.
XmlException
XMLStreamException