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

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

Uses of IsPartOfDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement IsPartOfDocument
 class IsPartOfDocumentImpl
          A document containing one isPartOf(@http://purl.org/dc/terms/) element.
 



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