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

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

Uses of LicenseDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement LicenseDocument
 class LicenseDocumentImpl
          A document containing one license(@http://purl.org/dc/terms/) element.
 



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