Class Heading

java.lang.Object
org.apache.wiki.parser.Heading

public class Heading
extends java.lang.Object
This class is used to store the headings in a manner which allow the building of a Table Of Contents.
Since:
2.4
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int HEADING_LARGE
    Defines a large heading.
    static int HEADING_MEDIUM
    Defines a medium-size heading.
    static int HEADING_SMALL
    Defines a small heading.
    int m_level
    Denotes the level of the heading.
    java.lang.String m_titleAnchor
    Contains the anchor to the heading
    java.lang.String m_titleSection
    Contains a section link.
    java.lang.String m_titleText
    Contains the text of the heading.
  • Constructor Summary

    Constructors
    Constructor Description
    Heading()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details