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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement LogDocument
 class LogDocumentImpl
          A document containing one log(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.