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

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

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

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return LogentryDocument.Logentry
 LogentryDocument.Logentry LogentryDocument.addNewLogentry()
          Appends and returns a new empty "logentry" element
 LogentryDocument.Logentry LogDocument.Log.addNewLogentry()
          Appends and returns a new empty value (as xml) as the last "logentry" element
 LogentryDocument.Logentry LogentryDocument.getLogentry()
          Gets the "logentry" element
 LogentryDocument.Logentry[] LogDocument.Log.getLogentryArray()
          Gets array of all "logentry" elements
 LogentryDocument.Logentry LogDocument.Log.getLogentryArray(int i)
          Gets ith "logentry" element
 LogentryDocument.Logentry LogDocument.Log.insertNewLogentry(int i)
          Inserts and returns a new empty value (as xml) as the ith "logentry" element
static LogentryDocument.Logentry LogentryDocument.Logentry.Factory.newInstance()
           
static LogentryDocument.Logentry LogentryDocument.Logentry.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type LogentryDocument.Logentry
 void LogentryDocument.setLogentry(LogentryDocument.Logentry logentry)
          Sets the "logentry" element
 void LogDocument.Log.setLogentryArray(int i, LogentryDocument.Logentry logentry)
          Sets ith "logentry" element
 void LogDocument.Log.setLogentryArray(LogentryDocument.Logentry[] logentryArray)
          Sets array of all "logentry" element
 

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement LogentryDocument.Logentry
static class LogentryDocumentImpl.LogentryImpl
          An XML logentry(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return LogentryDocument.Logentry
 LogentryDocument.Logentry LogentryDocumentImpl.addNewLogentry()
          Appends and returns a new empty "logentry" element
 LogentryDocument.Logentry LogDocumentImpl.LogImpl.addNewLogentry()
          Appends and returns a new empty value (as xml) as the last "logentry" element
 LogentryDocument.Logentry LogentryDocumentImpl.getLogentry()
          Gets the "logentry" element
 LogentryDocument.Logentry[] LogDocumentImpl.LogImpl.getLogentryArray()
          Gets array of all "logentry" elements
 LogentryDocument.Logentry LogDocumentImpl.LogImpl.getLogentryArray(int i)
          Gets ith "logentry" element
 LogentryDocument.Logentry LogDocumentImpl.LogImpl.insertNewLogentry(int i)
          Inserts and returns a new empty value (as xml) as the ith "logentry" element
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type LogentryDocument.Logentry
 void LogentryDocumentImpl.setLogentry(LogentryDocument.Logentry logentry)
          Sets the "logentry" element
 void LogDocumentImpl.LogImpl.setLogentryArray(int i, LogentryDocument.Logentry logentry)
          Sets ith "logentry" element
 void LogDocumentImpl.LogImpl.setLogentryArray(LogentryDocument.Logentry[] logentryArray)
          Sets array of all "logentry" element
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.