org.apache.maven.doxia.index
public class IndexingSink extends SinkAdapter
Version: $Id: IndexingSink.java 559578 2007-07-25 20:12:56Z ltheussl $
Constructor Summary | |
---|---|
IndexingSink(IndexEntry sectionEntry)
Default constructor.
|
Method Summary | |
---|---|
String | getTitle() |
IndexEntry | peek() |
void | pop()
Removes the IndexEntry at the top of this stack |
void | push(IndexEntry entry)
Pushes an IndexEntry onto the top of this stack
|
void | section1_() |
void | section2_() |
void | section3_() |
void | section4_() |
void | section5_() |
void | sectionTitle1() |
void | sectionTitle2() |
void | sectionTitle3() |
void | sectionTitle4() |
void | sectionTitle5() |
void | text(String text) |
void | title() |
Parameters: sectionEntry The first index entry.
Returns: the title
Returns: Looks at the IndexEntry at the top of this stack
Parameters: entry to put