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

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

Uses of Heading in com.ecyrd.jspwiki.parser
 

Methods in com.ecyrd.jspwiki.parser with parameters of type Heading
protected  void JSPWikiMarkupParser.callHeadingListenerChain(Heading param)
          Calls the heading listeners.
 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 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)
          Is called whenever a heading is encountered in the stream.