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

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

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

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

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

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

Uses of RelationDocument in org.purl.dc.terms
 

Subinterfaces of RelationDocument in org.purl.dc.terms
 interface ConformsToDocument
          A document containing one conformsTo(@http://purl.org/dc/terms/) element.
 interface HasFormatDocument
          A document containing one hasFormat(@http://purl.org/dc/terms/) element.
 interface HasPartDocument
          A document containing one hasPart(@http://purl.org/dc/terms/) element.
 interface HasVersionDocument
          A document containing one hasVersion(@http://purl.org/dc/terms/) element.
 interface IsFormatOfDocument
          A document containing one isFormatOf(@http://purl.org/dc/terms/) element.
 interface IsPartOfDocument
          A document containing one isPartOf(@http://purl.org/dc/terms/) element.
 interface IsReferencedByDocument
          A document containing one isReferencedBy(@http://purl.org/dc/terms/) element.
 interface IsReplacedByDocument
          A document containing one isReplacedBy(@http://purl.org/dc/terms/) element.
 interface IsRequiredByDocument
          A document containing one isRequiredBy(@http://purl.org/dc/terms/) element.
 interface IsVersionOfDocument
          A document containing one isVersionOf(@http://purl.org/dc/terms/) element.
 interface ReferencesDocument
          A document containing one references(@http://purl.org/dc/terms/) element.
 interface ReplacesDocument
          A document containing one replaces(@http://purl.org/dc/terms/) element.
 interface RequiresDocument
          A document containing one requires(@http://purl.org/dc/terms/) element.
 

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

Classes in org.purl.dc.terms.impl that implement RelationDocument
 class ConformsToDocumentImpl
          A document containing one conformsTo(@http://purl.org/dc/terms/) element.
 class HasFormatDocumentImpl
          A document containing one hasFormat(@http://purl.org/dc/terms/) element.
 class HasPartDocumentImpl
          A document containing one hasPart(@http://purl.org/dc/terms/) element.
 class HasVersionDocumentImpl
          A document containing one hasVersion(@http://purl.org/dc/terms/) element.
 class IsFormatOfDocumentImpl
          A document containing one isFormatOf(@http://purl.org/dc/terms/) element.
 class IsPartOfDocumentImpl
          A document containing one isPartOf(@http://purl.org/dc/terms/) element.
 class IsReferencedByDocumentImpl
          A document containing one isReferencedBy(@http://purl.org/dc/terms/) element.
 class IsReplacedByDocumentImpl
          A document containing one isReplacedBy(@http://purl.org/dc/terms/) element.
 class IsRequiredByDocumentImpl
          A document containing one isRequiredBy(@http://purl.org/dc/terms/) element.
 class IsVersionOfDocumentImpl
          A document containing one isVersionOf(@http://purl.org/dc/terms/) element.
 class ReferencesDocumentImpl
          A document containing one references(@http://purl.org/dc/terms/) element.
 class ReplacesDocumentImpl
          A document containing one replaces(@http://purl.org/dc/terms/) element.
 class RequiresDocumentImpl
          A document containing one requires(@http://purl.org/dc/terms/) element.
 



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