public class SphinxParsingConfiguration extends Object implements MarkupParsingConfiguration
| Constructor and Description |
|---|
SphinxParsingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
configurationName() |
MarkupParser |
createMarkupParser(ComponentsRegistry componentsRegistry) |
TableOfContents |
createToc(String docTitle,
ComponentsRegistry componentsRegistry) |
Path |
fullPath(ComponentsRegistry componentsRegistry,
Path root,
TocItem tocItem) |
TocItem |
tocItemByPath(ComponentsRegistry componentsRegistry,
TableOfContents toc,
Path path) |
String |
tocItemResourceName(TocItem tocItem) |
public String configurationName()
configurationName in interface MarkupParsingConfigurationpublic TableOfContents createToc(String docTitle, ComponentsRegistry componentsRegistry)
createToc in interface MarkupParsingConfigurationpublic MarkupParser createMarkupParser(ComponentsRegistry componentsRegistry)
createMarkupParser in interface MarkupParsingConfigurationpublic String tocItemResourceName(TocItem tocItem)
tocItemResourceName in interface MarkupParsingConfigurationpublic Path fullPath(ComponentsRegistry componentsRegistry, Path root, TocItem tocItem)
fullPath in interface MarkupParsingConfigurationpublic TocItem tocItemByPath(ComponentsRegistry componentsRegistry, TableOfContents toc, Path path)
tocItemByPath in interface MarkupParsingConfigurationCopyright © 2022. All rights reserved.