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(@NotNull StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence |
getClosingTitleMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getOpeningTitleMarker() |
@NotNull 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, baseSubSequence, baseSubSequence, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, endOfLine, extractChainTo, extractToFirstInChain, getAncestorOfType, getBaseSequence, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEmptyPrefix, getEmptySuffix, getEndLineNumber, getEndOffset, getEndOfLine, getExactChildChars, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getFirstInChain, getGrandParent, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLastInChain, getLeadSegment, getLineColumnAtEnd, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getSourceRange, getStartLineNumber, getStartOffset, getStartOfLine, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, insertChainAfter, insertChainBefore, isOrDescendantOfType, lineColumnAtIndex, lineColumnAtStart, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, segmentSpanCharsToVisible, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, spanningChars, startOfLine, 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(@NotNull
@NotNull StringBuilder out)
getAstExtra in class TocBlockBase@NotNull public @NotNull 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 © 2020. All rights reserved.