Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.OwnerDocument

Packages that use OwnerDocument
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of OwnerDocument in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return OwnerDocument
static OwnerDocument OwnerDocument.Factory.newInstance()
           
static OwnerDocument OwnerDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(File file)
           
static OwnerDocument OwnerDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(InputStream is)
           
static OwnerDocument OwnerDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(Node node)
           
static OwnerDocument OwnerDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(Reader r)
           
static OwnerDocument OwnerDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(String xmlAsString)
           
static OwnerDocument OwnerDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(URL u)
           
static OwnerDocument OwnerDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OwnerDocument OwnerDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OwnerDocument OwnerDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OwnerDocument OwnerDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static OwnerDocument OwnerDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of OwnerDocument in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement OwnerDocument
 class OwnerDocumentImpl
          A document containing one owner(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.