com.ecyrd.jspwiki.parser
Class Heading
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Heading
public Heading()