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

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

Uses of ReplacesDocument in org.purl.dc.terms
 

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

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

Classes in org.purl.dc.terms.impl that implement ReplacesDocument
 class ReplacesDocumentImpl
          A document containing one replaces(@http://purl.org/dc/terms/) element.
 



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