Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.PathDocument.Path.Action

Packages that use PathDocument.Path.Action
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of PathDocument.Path.Action in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return PathDocument.Path.Action
static PathDocument.Path.Action PathDocument.Path.Action.Factory.newInstance()
           
static PathDocument.Path.Action PathDocument.Path.Action.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PathDocument.Path.Action PathDocument.Path.Action.Factory.newValue(Object obj)
           
 PathDocument.Path.Action PathDocument.Path.xgetAction()
          Gets (as xml) the "action" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type PathDocument.Path.Action
 void PathDocument.Path.xsetAction(PathDocument.Path.Action action)
          Sets (as xml) the "action" attribute
 

Uses of PathDocument.Path.Action in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement PathDocument.Path.Action
static class PathDocumentImpl.PathImpl.ActionImpl
          An XML action(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return PathDocument.Path.Action
 PathDocument.Path.Action PathDocumentImpl.PathImpl.xgetAction()
          Gets (as xml) the "action" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type PathDocument.Path.Action
 void PathDocumentImpl.PathImpl.xsetAction(PathDocument.Path.Action action)
          Sets (as xml) the "action" attribute
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.