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

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

Uses of AbstractDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement AbstractDocument
 class AbstractDocumentImpl
          A document containing one abstract(@http://purl.org/dc/terms/) element.
 



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