public class SimTocBlock extends TocBlockBase
| Modifier and Type | Field and Description |
|---|---|
protected com.vladsch.flexmark.util.sequence.BasedSequence |
anchorMarker |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
closingTitleMarker |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
openingTitleMarker |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
title |
closingMarker, openingMarker, style, tocKeyword| Constructor and Description |
|---|
SimTocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
SimTocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars,
com.vladsch.flexmark.util.sequence.BasedSequence titleChars) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.sequence.BasedSequence |
getAnchorMarker() |
void |
getAstExtra(StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence |
getClosingTitleMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getOpeningTitleMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getTitle() |
getClosingMarker, getOpeningMarker, getStyle, getTocKeywordgetContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLine, setContentLinesappendChain, appendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, extractChainTo, extractToFirstInChain, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getExactChildChars, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getFirstInChain, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLastInChain, getLeadSegment, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getStartLineNumber, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, insertChainAfter, insertChainBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlinkprotected com.vladsch.flexmark.util.sequence.BasedSequence anchorMarker
protected com.vladsch.flexmark.util.sequence.BasedSequence openingTitleMarker
protected com.vladsch.flexmark.util.sequence.BasedSequence title
protected com.vladsch.flexmark.util.sequence.BasedSequence closingTitleMarker
public SimTocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public SimTocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars,
com.vladsch.flexmark.util.sequence.BasedSequence titleChars)
public void getAstExtra(StringBuilder out)
getAstExtra in class TocBlockBasepublic com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments in class TocBlockBasepublic com.vladsch.flexmark.util.sequence.BasedSequence getAnchorMarker()
public com.vladsch.flexmark.util.sequence.BasedSequence getOpeningTitleMarker()
public com.vladsch.flexmark.util.sequence.BasedSequence getTitle()
public com.vladsch.flexmark.util.sequence.BasedSequence getClosingTitleMarker()
Copyright © 2019. All rights reserved.