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

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

Uses of AvailableDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement AvailableDocument
 class AvailableDocumentImpl
          A document containing one available(@http://purl.org/dc/terms/) element.
 



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