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

Packages that use ContributorDocument
org.purl.dc.elements.x11   
org.purl.dc.elements.x11.impl   
 

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

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

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

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



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