Package | Description |
---|---|
org.apache.maven.doxia.index | |
org.apache.maven.doxia.macro.toc |
Modifier and Type | Field and Description |
---|---|
private IndexEntry |
IndexingSink.currentEntry
The current type.
|
private IndexEntry |
IndexEntry.parent
The parent entry.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<IndexEntry> |
IndexEntry.childEntries
The child entries.
|
private java.util.Stack<IndexEntry> |
IndexingSink.stack
The stack.
|
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 |
---|---|
java.util.List<IndexEntry> |
IndexEntry.getChildEntries()
Returns an unmodifiableList of the child entries.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexingSink.push(IndexEntry entry)
Pushes an IndexEntry onto the top of this stack.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexEntry.setChildEntries(java.util.List<IndexEntry> entries)
Sets the child entries or creates a new ArrayList if entries == null.
|
Constructor and Description |
---|
IndexEntry(IndexEntry newParent,
java.lang.String newId)
Constructor.
|
IndexingSink(IndexEntry sectionEntry)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
TocMacro.writeSubSectionN(Sink sink,
IndexEntry sectionIndex,
int n) |