Package | Description |
---|---|
org.apache.maven.doxia.book.context | |
org.apache.maven.doxia.book.services.renderer.xdoc | |
org.apache.maven.doxia.index |
Modifier and Type | Class and Description |
---|---|
class |
BookIndex
BookIndex class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ChapterXdocBookSink(Writer out,
IndexEntry chapterIndex,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale)
Default constructor.
|
IndexXdocBookSink(Writer out,
IndexEntry firstEntry,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale)
Default constructor.
|
SectionXdocBookSink(Writer out,
IndexEntry indexEntry,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexingSink.push(IndexEntry entry)
Pushes an IndexEntry onto the top of this stack.
|
Constructor and Description |
---|
IndexEntry(IndexEntry newParent,
String newId)
Constructor.
|
IndexingSink(IndexEntry sectionEntry)
Default constructor.
|
Copyright © 2005–2016. All rights reserved.