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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement LogentryDocument
 class LogentryDocumentImpl
          A document containing one logentry(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.