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

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

Uses of CreatedDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement CreatedDocument
 class CreatedDocumentImpl
          A document containing one created(@http://purl.org/dc/terms/) element.
 



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