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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement CommitDocument
 class CommitDocumentImpl
          A document containing one commit(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.