Uses of Interface
org.purl.dc.terms.DateCopyrightedDocument

Packages that use DateCopyrightedDocument
org.purl.dc.terms   
org.purl.dc.terms.impl   
 

Uses of DateCopyrightedDocument in org.purl.dc.terms
 

Methods in org.purl.dc.terms that return DateCopyrightedDocument
static DateCopyrightedDocument DateCopyrightedDocument.Factory.newInstance()
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(File file)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(InputStream is)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(Node node)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(Reader r)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(String xmlAsString)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(URL u)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(XMLStreamReader sr)
           
static DateCopyrightedDocument DateCopyrightedDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of DateCopyrightedDocument in org.purl.dc.terms.impl
 

Classes in org.purl.dc.terms.impl that implement DateCopyrightedDocument
 class DateCopyrightedDocumentImpl
          A document containing one dateCopyrighted(@http://purl.org/dc/terms/) element.
 



Copyright © 2004-2012 52north.org. All Rights Reserved.