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

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

Uses of RightsHolderDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement RightsHolderDocument
 class RightsHolderDocumentImpl
          A document containing one rightsHolder(@http://purl.org/dc/terms/) element.
 



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