| Package | Description |
|---|---|
| com.mulesoft.documentation.builder | |
| com.mulesoft.documentation.builder.model | |
| com.mulesoft.documentation.builder.util |
| Modifier and Type | Method and Description |
|---|---|
TocNode |
Section.getRootNode() |
TocNode |
RootNodeFromHtmlToc.getRootNode() |
static TocNode |
RootNodeFromHtmlToc.getRootNodeFromRawTocHtml(org.jsoup.nodes.Document doc) |
TocNode |
SectionTableOfContents.getRootTocNode() |
| Modifier and Type | Method and Description |
|---|---|
List<TocNode> |
Breadcrumb.getBreadcrumbs(String activeUrl) |
List<TocNode> |
SiteTableOfContents.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
static Breadcrumb |
Breadcrumb.fromRootNode(TocNode rootNode) |
static void |
Breadcrumb.getActiveNode(TocNode parentNode,
String activeUrl,
List<TocNode> activeNode) |
static SectionTocHtml |
SectionTocHtml.getSelectedTocFromRootNode(TocNode rootNode,
String url,
String baseUrl) |
static SectionTocHtml |
SectionTocHtml.getUnselectedTocFromRootNode(TocNode rootNode,
String baseUrl) |
void |
SectionTableOfContents.setRootTocNode(TocNode rootTocNode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Breadcrumb.getActiveNode(TocNode parentNode,
String activeUrl,
List<TocNode> activeNode) |
| Constructor and Description |
|---|
Breadcrumb(TocNode root) |
RootNodeFromHtmlToc(TocNode rootNode) |
Section(List<AsciiDocPage> pages,
TocNode rootNode,
String filepath,
String url,
String prettyName,
String versionPrettyName,
String baseName,
SectionVersion sectionVersion) |
SectionTableOfContents(TocNode rootNode,
AsciiDocPage tocSourcePage) |
| Constructor and Description |
|---|
SiteTableOfContents(List<TocNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
TocNode |
TocNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<TocNode> |
TocNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
TocNode.addChild(TocNode node) |
void |
TocNode.setParent(TocNode parent) |
| Constructor and Description |
|---|
TocNode(String url,
String title,
TocNode parent) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utilities.isActiveUrlInSection(TocNode parentNode,
String activeUrl,
boolean isInSection) |
static void |
Utilities.validateIfActiveUrlIsInSection(TocNode root,
String activeUrl) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.