|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateDocument | |
---|---|
org.purl.dc.elements.x11 | |
org.purl.dc.elements.x11.impl | |
org.purl.dc.terms | |
org.purl.dc.terms.impl |
Uses of DateDocument in org.purl.dc.elements.x11 |
---|
Methods in org.purl.dc.elements.x11 that return DateDocument | |
---|---|
static DateDocument |
DateDocument.Factory.newInstance()
|
static DateDocument |
DateDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(File file)
|
static DateDocument |
DateDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(InputStream is)
|
static DateDocument |
DateDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(Node node)
|
static DateDocument |
DateDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(Reader r)
|
static DateDocument |
DateDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(String xmlAsString)
|
static DateDocument |
DateDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(URL u)
|
static DateDocument |
DateDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static DateDocument |
DateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static DateDocument |
DateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static DateDocument |
DateDocument.Factory.parse(XMLStreamReader sr)
|
static DateDocument |
DateDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of DateDocument in org.purl.dc.elements.x11.impl |
---|
Classes in org.purl.dc.elements.x11.impl that implement DateDocument | |
---|---|
class |
DateDocumentImpl
A document containing one date(@http://purl.org/dc/elements/1.1/) element. |
Uses of DateDocument in org.purl.dc.terms |
---|
Subinterfaces of DateDocument in org.purl.dc.terms | |
---|---|
interface |
AvailableDocument
A document containing one available(@http://purl.org/dc/terms/) element. |
interface |
CreatedDocument
A document containing one created(@http://purl.org/dc/terms/) element. |
interface |
DateAcceptedDocument
A document containing one dateAccepted(@http://purl.org/dc/terms/) element. |
interface |
DateCopyrightedDocument
A document containing one dateCopyrighted(@http://purl.org/dc/terms/) element. |
interface |
DateSubmittedDocument
A document containing one dateSubmitted(@http://purl.org/dc/terms/) element. |
interface |
IssuedDocument
A document containing one issued(@http://purl.org/dc/terms/) element. |
interface |
ModifiedDocument
A document containing one modified(@http://purl.org/dc/terms/) element. |
interface |
ValidDocument
A document containing one valid(@http://purl.org/dc/terms/) element. |
Uses of DateDocument in org.purl.dc.terms.impl |
---|
Classes in org.purl.dc.terms.impl that implement DateDocument | |
---|---|
class |
AvailableDocumentImpl
A document containing one available(@http://purl.org/dc/terms/) element. |
class |
CreatedDocumentImpl
A document containing one created(@http://purl.org/dc/terms/) element. |
class |
DateAcceptedDocumentImpl
A document containing one dateAccepted(@http://purl.org/dc/terms/) element. |
class |
DateCopyrightedDocumentImpl
A document containing one dateCopyrighted(@http://purl.org/dc/terms/) element. |
class |
DateSubmittedDocumentImpl
A document containing one dateSubmitted(@http://purl.org/dc/terms/) element. |
class |
IssuedDocumentImpl
A document containing one issued(@http://purl.org/dc/terms/) element. |
class |
ModifiedDocumentImpl
A document containing one modified(@http://purl.org/dc/terms/) element. |
class |
ValidDocumentImpl
A document containing one valid(@http://purl.org/dc/terms/) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |