Uses of Interface
org.purl.dc.elements.x11.SubjectDocument

Packages that use SubjectDocument
org.purl.dc.elements.x11   
org.purl.dc.elements.x11.impl   
 

Uses of SubjectDocument in org.purl.dc.elements.x11
 

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

Uses of SubjectDocument in org.purl.dc.elements.x11.impl
 

Classes in org.purl.dc.elements.x11.impl that implement SubjectDocument
 class SubjectDocumentImpl
          A document containing one subject(@http://purl.org/dc/elements/1.1/) element.
 



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