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

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

Uses of RequiresDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement RequiresDocument
 class RequiresDocumentImpl
          A document containing one requires(@http://purl.org/dc/terms/) element.
 



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