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

Packages that use TitleDocument
org.purl.dc.elements.x11   
org.purl.dc.elements.x11.impl   
org.purl.dc.terms   
org.purl.dc.terms.impl   
 

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

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

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

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

Uses of TitleDocument in org.purl.dc.terms
 

Subinterfaces of TitleDocument in org.purl.dc.terms
 interface AlternativeDocument
          A document containing one alternative(@http://purl.org/dc/terms/) element.
 

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

Classes in org.purl.dc.terms.impl that implement TitleDocument
 class AlternativeDocumentImpl
          A document containing one alternative(@http://purl.org/dc/terms/) element.
 



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