Uses of Class
org.apache.maven.doxia.index.IndexEntry

Packages that use IndexEntry
org.apache.maven.doxia.index   
 

Uses of IndexEntry in org.apache.maven.doxia.index
 

Methods in org.apache.maven.doxia.index that return IndexEntry
 IndexEntry IndexingSink.peek()
           
 IndexEntry IndexEntry.getParent()
          Returns the parent entry.
 IndexEntry IndexEntry.getNextEntry()
          Returns the next entry.
 IndexEntry IndexEntry.getPrevEntry()
          Returns the previous entry.
 IndexEntry IndexEntry.getFirstEntry()
          Returns the first entry.
 IndexEntry IndexEntry.getLastEntry()
          Returns the last entry.
 IndexEntry IndexEntry.getRootEntry()
          Returns the root entry.
 

Methods in org.apache.maven.doxia.index with parameters of type IndexEntry
 void IndexingSink.push(IndexEntry entry)
          Pushes an IndexEntry onto the top of this stack
 

Constructors in org.apache.maven.doxia.index with parameters of type IndexEntry
IndexingSink(IndexEntry sectionEntry)
          Default constructor.
IndexEntry(IndexEntry newParent, String newId)
          Constructor.
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.