Uses of Interface
org.purl.dc.elements.x11.RightsDocument

Packages that use RightsDocument
org.purl.dc.elements.x11   
org.purl.dc.elements.x11.impl   
org.purl.dc.terms   
org.purl.dc.terms.impl   
 

Uses of RightsDocument in org.purl.dc.elements.x11
 

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

Uses of RightsDocument in org.purl.dc.elements.x11.impl
 

Classes in org.purl.dc.elements.x11.impl that implement RightsDocument
 class RightsDocumentImpl
          A document containing one rights(@http://purl.org/dc/elements/1.1/) element.
 

Uses of RightsDocument in org.purl.dc.terms
 

Subinterfaces of RightsDocument in org.purl.dc.terms
 interface AccessRightsDocument
          A document containing one accessRights(@http://purl.org/dc/terms/) element.
 interface LicenseDocument
          A document containing one license(@http://purl.org/dc/terms/) element.
 

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

Classes in org.purl.dc.terms.impl that implement RightsDocument
 class AccessRightsDocumentImpl
          A document containing one accessRights(@http://purl.org/dc/terms/) element.
 class LicenseDocumentImpl
          A document containing one license(@http://purl.org/dc/terms/) element.
 



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