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

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

Uses of ExtentDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement ExtentDocument
 class ExtentDocumentImpl
          A document containing one extent(@http://purl.org/dc/terms/) element.
 



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