public class TocBlock extends TocBlockBase
| Modifier and Type | Field and Description |
|---|---|
protected BasedSequence |
closingMarker |
protected BasedSequence |
openingMarker |
protected BasedSequence |
style |
protected BasedSequence |
tocKeyword |
lineSegmentsEMPTY_SEGMENTS, SPLICE| Constructor and Description |
|---|
TocBlock(BasedSequence chars) |
TocBlock(BasedSequence chars,
BasedSequence styleChars) |
TocBlock(BasedSequence chars,
BasedSequence styleChars,
boolean closingSimToc) |
TocBlock(BasedSequence chars,
boolean closingSimToc) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(StringBuilder out) |
BasedSequence |
getClosingMarker() |
BasedSequence |
getOpeningMarker() |
BasedSequence[] |
getSegments() |
BasedSequence |
getStyle() |
BasedSequence |
getTocKeyword() |
getContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLine, setContentLinesappendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLeadSegment, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getStartLineNumber, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlinkprotected BasedSequence openingMarker
protected BasedSequence tocKeyword
protected BasedSequence style
protected BasedSequence closingMarker
public TocBlock(BasedSequence chars)
public TocBlock(BasedSequence chars, boolean closingSimToc)
public TocBlock(BasedSequence chars, BasedSequence styleChars)
public TocBlock(BasedSequence chars, BasedSequence styleChars, boolean closingSimToc)
public void getAstExtra(StringBuilder out)
getAstExtra in class TocBlockBasepublic BasedSequence[] getSegments()
getSegments in class TocBlockBasepublic BasedSequence getOpeningMarker()
getOpeningMarker in class TocBlockBasepublic BasedSequence getTocKeyword()
getTocKeyword in class TocBlockBasepublic BasedSequence getStyle()
getStyle in class TocBlockBasepublic BasedSequence getClosingMarker()
getClosingMarker in class TocBlockBaseCopyright © 2018. All rights reserved.