|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Heading | |
---|---|
org.apache.wiki.parser | |
org.apache.wiki.plugin | Provides plugins to the JSPWiki. |
Uses of Heading in org.apache.wiki.parser |
---|
Methods in org.apache.wiki.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. |
org.jdom2.Element |
JSPWikiMarkupParser.makeHeading(int level,
String title,
Heading hd)
Returns XHTML for the heading. |
Uses of Heading in org.apache.wiki.plugin |
---|
Methods in org.apache.wiki.plugin with parameters of type Heading | |
---|---|
void |
TableOfContents.headingAdded(WikiContext context,
Heading hd)
Is called whenever a heading is encountered in the stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |