|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexEntry | |
---|---|
org.apache.maven.doxia.book.context | |
org.apache.maven.doxia.book.services.renderer.xdoc | |
org.apache.maven.doxia.index |
Uses of IndexEntry in org.apache.maven.doxia.book.context |
---|
Subclasses of IndexEntry in org.apache.maven.doxia.book.context | |
---|---|
class |
BookIndex
BookIndex class. |
Uses of IndexEntry in org.apache.maven.doxia.book.services.renderer.xdoc |
---|
Methods in org.apache.maven.doxia.book.services.renderer.xdoc with parameters of type IndexEntry | |
---|---|
protected void |
SectionXdocBookSink.next(IndexEntry parent,
IndexEntry nextEntry)
Add next link. |
protected void |
ChapterXdocBookSink.previous(IndexEntry prevChapter)
Add previous link. |
protected void |
SectionXdocBookSink.previous(IndexEntry parent,
IndexEntry prevEntry)
Add previous link. |
protected void |
SectionXdocBookSink.up(IndexEntry parent)
Add parent/up link. |
Constructors in org.apache.maven.doxia.book.services.renderer.xdoc with parameters of type IndexEntry | |
---|---|
ChapterXdocBookSink(java.io.Writer out,
IndexEntry chapterIndex,
org.codehaus.plexus.i18n.I18N i18n,
java.util.Locale locale)
Default constructor. |
|
IndexXdocBookSink(java.io.Writer out,
IndexEntry firstEntry,
org.codehaus.plexus.i18n.I18N i18n,
java.util.Locale locale)
Default constructor. |
|
SectionXdocBookSink(java.io.Writer out,
IndexEntry indexEntry,
org.codehaus.plexus.i18n.I18N i18n,
java.util.Locale locale)
Default constructor. |
Uses of IndexEntry in org.apache.maven.doxia.index |
---|
Methods in org.apache.maven.doxia.index that return IndexEntry | |
---|---|
IndexEntry |
IndexEntry.getFirstEntry()
Returns the first entry. |
IndexEntry |
IndexEntry.getLastEntry()
Returns the last entry. |
IndexEntry |
IndexEntry.getNextEntry()
Returns the next entry. |
IndexEntry |
IndexEntry.getParent()
Returns the parent entry. |
IndexEntry |
IndexEntry.getPrevEntry()
Returns the previous entry. |
IndexEntry |
IndexEntry.getRootEntry()
Returns the root entry. |
IndexEntry |
IndexingSink.peek()
peek. |
Methods in org.apache.maven.doxia.index that return types with arguments of type IndexEntry | |
---|---|
java.util.List<IndexEntry> |
IndexEntry.getChildEntries()
Returns an unmodifiableList of the child entries. |
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. |
Method parameters in org.apache.maven.doxia.index with type arguments of type IndexEntry | |
---|---|
void |
IndexEntry.setChildEntries(java.util.List<IndexEntry> entries)
Sets the child entries or creates a new ArrayList if entries == null. |
Constructors in org.apache.maven.doxia.index with parameters of type IndexEntry | |
---|---|
IndexEntry(IndexEntry newParent,
java.lang.String newId)
Constructor. |
|
IndexingSink(IndexEntry sectionEntry)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |