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

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

Uses of ReferencesDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement ReferencesDocument
 class ReferencesDocumentImpl
          A document containing one references(@http://purl.org/dc/terms/) element.
 



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