Uses of Class
com.ecyrd.jspwiki.parser.Heading

Packages that use Heading
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.parser   
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
 

Uses of Heading in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki with parameters of type Heading
 String TranslatorReader.TextRenderer.makeHeading(int level, String title, Heading hd)
          Returns XHTML for the start of the heading.
 

Uses of Heading in com.ecyrd.jspwiki.parser
 

Methods in com.ecyrd.jspwiki.parser with parameters of type Heading
 void HeadingListener.headingAdded(WikiContext context, Heading hd)
          Is called whenever a heading is encountered in the stream.
 Element JSPWikiMarkupParser.makeHeading(int level, String title, Heading hd)
          Returns XHTML for the start of the heading.
 

Uses of Heading in com.ecyrd.jspwiki.plugin
 

Methods in com.ecyrd.jspwiki.plugin with parameters of type Heading
 void TableOfContents.headingAdded(WikiContext context, Heading hd)