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

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

Uses of ProvenanceDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement ProvenanceDocument
 class ProvenanceDocumentImpl
          A document containing one provenance(@http://purl.org/dc/terms/) element.
 



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