| Package | Description | 
|---|---|
| org.apache.wiki.parser | |
| org.apache.wiki.plugin | 
 Provides plugins to the JSPWiki. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableOfContents.headingAdded(WikiContext context,
            Heading hd)
Is called whenever a heading is encountered in the stream. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.