|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Date | |
---|---|
org.xmlsoap.schemas.soap.encoding | |
org.xmlsoap.schemas.soap.encoding.impl |
Uses of Date in org.xmlsoap.schemas.soap.encoding |
---|
Methods in org.xmlsoap.schemas.soap.encoding that return Date | |
---|---|
Date |
DateDocument.addNewDate()
Appends and returns a new empty "date" element |
Date |
DateDocument.getDate()
Gets the "date" element |
static Date |
Date.Factory.newInstance()
|
static Date |
Date.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(java.io.File file)
|
static Date |
Date.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(java.io.InputStream is)
|
static Date |
Date.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(org.w3c.dom.Node node)
|
static Date |
Date.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(java.io.Reader r)
|
static Date |
Date.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(java.lang.String xmlAsString)
|
static Date |
Date.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(java.net.URL u)
|
static Date |
Date.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Date |
Date.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Date |
Date.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Date |
Date.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Date |
Date.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Date | |
---|---|
void |
DateDocument.setDate(Date date)
Sets the "date" element |
Uses of Date in org.xmlsoap.schemas.soap.encoding.impl |
---|
Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Date | |
---|---|
class |
DateImpl
An XML date(@http://schemas.xmlsoap.org/soap/encoding/). |
Methods in org.xmlsoap.schemas.soap.encoding.impl that return Date | |
---|---|
Date |
DateDocumentImpl.addNewDate()
Appends and returns a new empty "date" element |
Date |
DateDocumentImpl.getDate()
Gets the "date" element |
Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Date | |
---|---|
void |
DateDocumentImpl.setDate(Date date)
Sets the "date" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |