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

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

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

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

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

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

Uses of CoverageDocument in org.purl.dc.terms
 

Subinterfaces of CoverageDocument in org.purl.dc.terms
 interface SpatialDocument
          A document containing one spatial(@http://purl.org/dc/terms/) element.
 interface TemporalDocument
          A document containing one temporal(@http://purl.org/dc/terms/) element.
 

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

Classes in org.purl.dc.terms.impl that implement CoverageDocument
 class SpatialDocumentImpl
          A document containing one spatial(@http://purl.org/dc/terms/) element.
 class TemporalDocumentImpl
          A document containing one temporal(@http://purl.org/dc/terms/) element.
 



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