|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentTOC
public class DocumentTOC
A Table Of Content for the document.
| Constructor Summary | |
|---|---|
DocumentTOC()
|
|
| Method Summary | |
|---|---|
void |
addItem(DocumentTOCItem documentTOCItem)
Method addItem |
boolean |
equals(java.lang.Object other)
Method equals |
int |
getDepth()
Get The level up to which toc items are included by default. |
java.util.List |
getItems()
Method getItems |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The name to use for the Table of Contents. |
int |
hashCode()
Method hashCode |
void |
removeItem(DocumentTOCItem documentTOCItem)
Method removeItem |
void |
setDepth(int depth)
Set The level up to which toc items are included by default. |
void |
setItems(java.util.List items)
Set TOC item. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The name to use for the Table of Contents. |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentTOC()
| Method Detail |
|---|
public void addItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - public int getDepth()
public java.util.List getItems()
public java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic void removeItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public void setDepth(int depth)
depth - public void setItems(java.util.List items)
items - public void setName(java.lang.String name)
name - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||