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

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

Uses of IsFormatOfDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement IsFormatOfDocument
 class IsFormatOfDocumentImpl
          A document containing one isFormatOf(@http://purl.org/dc/terms/) element.
 



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