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

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

Uses of TableOfContentsDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement TableOfContentsDocument
 class TableOfContentsDocumentImpl
          A document containing one tableOfContents(@http://purl.org/dc/terms/) element.
 



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