Uses of Class
org.apache.wiki.parser.Heading
Packages that use Heading
-
Uses of Heading in org.apache.wiki.parser
Methods in org.apache.wiki.parser with parameters of type HeadingModifier and TypeMethodDescriptionvoidHeadingListener.headingAdded(Context context, Heading hd) Is called whenever a heading is encountered in the stream.org.jdom2.ElementJSPWikiMarkupParser.makeHeading(int level, String title, Heading hd) Returns XHTML for the heading.protected StringJSPWikiMarkupParser.makeHeadingAnchor(String baseName, String title, Heading hd) Modifies the "hd" parameter to contain proper values. -
Uses of Heading in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin with parameters of type HeadingModifier and TypeMethodDescriptionvoidTableOfContents.headingAdded(Context context, Heading hd) Is called whenever a heading is encountered in the stream.