com.ecyrd.jspwiki.parser
Class Heading

java.lang.Object
  extended by com.ecyrd.jspwiki.parser.Heading

public class Heading
extends Object

This class is used to store the headings in a manner which allow the building of a Table Of Contents.

Since:
2.4
Author:
Janne Jalkanen

Field Summary
static int HEADING_LARGE
           
static int HEADING_MEDIUM
           
static int HEADING_SMALL
           
 int m_level
           
 String m_titleAnchor
           
 String m_titleSection
           
 String m_titleText
           
 
Constructor Summary
Heading()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADING_SMALL

public static final int HEADING_SMALL
See Also:
Constant Field Values

HEADING_MEDIUM

public static final int HEADING_MEDIUM
See Also:
Constant Field Values

HEADING_LARGE

public static final int HEADING_LARGE
See Also:
Constant Field Values

m_level

public int m_level

m_titleText

public String m_titleText

m_titleAnchor

public String m_titleAnchor

m_titleSection

public String m_titleSection
Constructor Detail

Heading

public Heading()