org.apache.wiki.parser
Interface HeadingListener

All Known Implementing Classes:
TableOfContents

public interface HeadingListener

Provides a listener interface for headings. This is used in parsing, and e.g. the TableOfContents is built using this listener.


Method Summary
 void headingAdded(WikiContext context, Heading hd)
          Is called whenever a heading is encountered in the stream.
 

Method Detail

headingAdded

void headingAdded(WikiContext context,
                  Heading hd)
Is called whenever a heading is encountered in the stream.

Parameters:
context - The WikiContext
hd - The heading which was just encountered.


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.