Uses of Class
org.apache.maven.doxia.document.DocumentTOC
Packages that use DocumentTOC
-
Uses of DocumentTOC in org.apache.maven.doxia.document
Fields in org.apache.maven.doxia.document declared as DocumentTOCModifier and TypeFieldDescriptionprivate DocumentTOC
DocumentModel.toc
The TOC (Table of Contents) information properties.Methods in org.apache.maven.doxia.document that return DocumentTOCModifier and TypeMethodDescriptionDocumentModel.getToc()
Get the TOC (Table of Contents) information properties.Methods in org.apache.maven.doxia.document with parameters of type DocumentTOCModifier and TypeMethodDescriptionvoid
DocumentModel.setToc
(DocumentTOC toc) Set the TOC (Table of Contents) information properties. -
Uses of DocumentTOC in org.apache.maven.doxia.document.io.xpp3
Methods in org.apache.maven.doxia.document.io.xpp3 that return DocumentTOCModifier and TypeMethodDescriptionprivate DocumentTOC
DocumentXpp3Reader.parseDocumentTOC
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDocumentTOC.Methods in org.apache.maven.doxia.document.io.xpp3 with parameters of type DocumentTOCModifier and TypeMethodDescriptionprivate void
DocumentXpp3Writer.writeDocumentTOC
(DocumentTOC documentTOC, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDocumentTOC.