Package org.apache.wiki.parser
Class Heading
java.lang.Object
org.apache.wiki.parser.Heading
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
FieldsModifier and TypeFieldDescriptionstatic final int
Defines a large heading.static final int
Defines a medium-size heading.static final int
Defines a small heading.int
Denotes the level of the heading.Contains the anchor to the headingContains a section link.Contains the text of the heading. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEADING_SMALL
Defines a small heading.- See Also:
-
HEADING_MEDIUM
Defines a medium-size heading.- See Also:
-
HEADING_LARGE
Defines a large heading.- See Also:
-
m_level
Denotes the level of the heading. Either HEADING_SMALL, HEADING_MEDIUM, or HEADING_LARGE. -
m_titleText
Contains the text of the heading. -
m_titleAnchor
Contains the anchor to the heading -
m_titleSection
Contains a section link.
-
-
Constructor Details
-
Heading
public Heading()
-