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

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

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

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return PathDocument.Path
 PathDocument.Path PathsDocument.Paths.addNewPath()
          Appends and returns a new empty value (as xml) as the last "path" element
 PathDocument.Path PathDocument.addNewPath()
          Appends and returns a new empty "path" element
 PathDocument.Path PathDocument.getPath()
          Gets the "path" element
 PathDocument.Path[] PathsDocument.Paths.getPathArray()
          Gets array of all "path" elements
 PathDocument.Path PathsDocument.Paths.getPathArray(int i)
          Gets ith "path" element
 PathDocument.Path PathsDocument.Paths.insertNewPath(int i)
          Inserts and returns a new empty value (as xml) as the ith "path" element
static PathDocument.Path PathDocument.Path.Factory.newInstance()
           
static PathDocument.Path PathDocument.Path.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type PathDocument.Path
 void PathDocument.setPath(PathDocument.Path path)
          Sets the "path" element
 void PathsDocument.Paths.setPathArray(int i, PathDocument.Path path)
          Sets ith "path" element
 void PathsDocument.Paths.setPathArray(PathDocument.Path[] pathArray)
          Sets array of all "path" element
 

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

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

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return PathDocument.Path
 PathDocument.Path PathsDocumentImpl.PathsImpl.addNewPath()
          Appends and returns a new empty value (as xml) as the last "path" element
 PathDocument.Path PathDocumentImpl.addNewPath()
          Appends and returns a new empty "path" element
 PathDocument.Path PathDocumentImpl.getPath()
          Gets the "path" element
 PathDocument.Path[] PathsDocumentImpl.PathsImpl.getPathArray()
          Gets array of all "path" elements
 PathDocument.Path PathsDocumentImpl.PathsImpl.getPathArray(int i)
          Gets ith "path" element
 PathDocument.Path PathsDocumentImpl.PathsImpl.insertNewPath(int i)
          Inserts and returns a new empty value (as xml) as the ith "path" element
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type PathDocument.Path
 void PathDocumentImpl.setPath(PathDocument.Path path)
          Sets the "path" element
 void PathsDocumentImpl.PathsImpl.setPathArray(int i, PathDocument.Path path)
          Sets ith "path" element
 void PathsDocumentImpl.PathsImpl.setPathArray(PathDocument.Path[] pathArray)
          Sets array of all "path" element
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.