Package | Description |
---|---|
org.apache.maven.doxia.document | |
org.apache.maven.doxia.document.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DocumentTOC |
DocumentModel.toc
The TOC (Table of Contents) information
properties.
|
Modifier and Type | Method and Description |
---|---|
DocumentTOC |
DocumentModel.getToc()
Get the TOC (Table of Contents) information properties.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentModel.setToc(DocumentTOC toc)
Set the TOC (Table of Contents) information properties.
|
Modifier and Type | Method and Description |
---|---|
private DocumentTOC |
DocumentXpp3Reader.parseDocumentTOC(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDocumentTOC.
|
Modifier and Type | Method and Description |
---|---|
private void |
DocumentXpp3Writer.writeDocumentTOC(DocumentTOC documentTOC,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentTOC.
|