public class SectionTableOfContents extends Object
| Constructor and Description |
|---|
SectionTableOfContents(TocNode rootNode,
AsciiDocPage tocSourcePage) |
| Modifier and Type | Method and Description |
|---|---|
static SectionTableOfContents |
fromAsciiDocFile(File asciiDocFile) |
TocNode |
getRootTocNode() |
void |
setRootTocNode(TocNode rootTocNode) |
public SectionTableOfContents(TocNode rootNode, AsciiDocPage tocSourcePage)
public static SectionTableOfContents fromAsciiDocFile(File asciiDocFile)
public TocNode getRootTocNode()
public void setRootTocNode(TocNode rootTocNode)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.