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

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

Uses of ConformsToDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement ConformsToDocument
 class ConformsToDocumentImpl
          A document containing one conformsTo(@http://purl.org/dc/terms/) element.
 



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