Uses of Class
lib.aide.paths.PathsHtml.Builder
Packages that use PathsHtml.Builder
-
Uses of PathsHtml.Builder in lib.aide.paths
Methods in lib.aide.paths that return PathsHtml.BuilderModifier and TypeMethodDescriptionPathsHtml.Builder.indentLines
(String indent) Sets the line indentation.PathsHtml.Builder.indentTags
(String indent) Sets the tag indentation.PathsHtml.Builder.leafNodeHtmlContent
(Function<Paths<C, P>.Node, PathsHtml.HtmlContent> leafNodeHtmlContent) Sets the function to generate HtmlContent for leaf nodes.PathsHtml.Builder.parentNodeHtmlContent
(Function<Paths<C, P>.Node, PathsHtml.HtmlContent> parentNodeHtmlContent) Sets the function to generate HtmlContent for parent nodes.Sets the function to generate HTML-friendly IDs.