Object
A class with methods for creating instances
of XmlDate.
Object
XmlDate.Factory
XmlDate
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 XmlDate newInstance()
Creates an empty instance of XmlDate
public staticCreates an empty instance ofXmlDatenewInstance(XmlOptionsoptions)
XmlDate
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 immutableXmlDatenewValue(Objectobj)
XmlDate value
public staticParses aXmlDateparse(Strings)
throwsXmlException
XmlDate fragment from a String. For example: "<xml-fragment>2003-06-14</xml-fragment>".
XmlException
public staticParses aXmlDateparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlDate fragment from a String. For example: "<xml-fragment>2003-06-14</xml-fragment>".
XmlException
public staticParses aXmlDateparse(Filef)
throwsXmlException,IOException
XmlDate fragment from a File.
XmlException
IOException
public staticParses aXmlDateparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlDate fragment from a File.
XmlException
IOException
public staticParses aXmlDateparse(URLu)
throwsXmlException,IOException
XmlDate fragment from a URL.
XmlException
IOException
public staticParses aXmlDateparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlDate fragment from a URL.
XmlException
IOException
public staticParses aXmlDateparse(InputStreamis)
throwsXmlException,IOException
XmlDate fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDateparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlDate fragment from an InputStream.
XmlException
IOException
public staticParses aXmlDateparse(Readerr)
throwsXmlException,IOException
XmlDate fragment from a Reader.
XmlException
IOException
public staticParses aXmlDateparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlDate fragment from a Reader.
XmlException
IOException
public staticParses aXmlDateparse(Nodenode)
throwsXmlException
XmlDate fragment from a DOM Node.
XmlException
public staticParses aXmlDateparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlDate fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDateparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlDate fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlDateparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlDate fragment from an XMLInputStream.
XmlException
XMLStreamException