Uses of Interface
org.devacfr.maven.skins.reflow.HtmlTool.IdElement
-
Packages that use HtmlTool.IdElement Package Description org.devacfr.maven.skins.reflow org.devacfr.maven.skins.reflow.model -
-
Uses of HtmlTool.IdElement in org.devacfr.maven.skins.reflow
Methods in org.devacfr.maven.skins.reflow that return types with arguments of type HtmlTool.IdElement Modifier and Type Method Description List<? extends HtmlTool.IdElement>HtmlTool.IdElement. getItems()Retrieves the children of the HTML element (nested within the element).List<? extends HtmlTool.IdElement>HtmlTool. headingTree(String content, List<String> sections)Reads all headings in the given HTML content as a hierarchy. -
Uses of HtmlTool.IdElement in org.devacfr.maven.skins.reflow.model
Methods in org.devacfr.maven.skins.reflow.model that return types with arguments of type HtmlTool.IdElement Modifier and Type Method Description List<? extends HtmlTool.IdElement>Toc. getTocItems()
-