public class MarkerMap extends java.util.HashMap<java.lang.Integer,BufferMarker>
Constructor and Description |
---|
MarkerMap() |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
apply(java.lang.StringBuilder sb,
java.lang.String enumerationFormats) |
Sections |
getSectionHeadings() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public java.lang.StringBuilder apply(java.lang.StringBuilder sb, java.lang.String enumerationFormats)
enumerationFormats
- is the starting numerationFormats used for
header elements in the main body (the current body
enumerationFormats can change as HeadingMarkers are encountered).
This setting is independent of TOC levelInclusions, which is
encapsulated nicely in TocMarker instances and not changed here
(or elsewhere).public Sections getSectionHeadings()