public class TocBlock extends TocBlockBase
| Modifier and Type | Field and Description |
|---|---|
protected com.vladsch.flexmark.util.sequence.BasedSequence |
closingMarker |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
openingMarker |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
style |
protected com.vladsch.flexmark.util.sequence.BasedSequence |
tocKeyword |
| Constructor and Description |
|---|
TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars) |
TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars,
boolean closingSimToc) |
TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
boolean closingSimToc) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence |
getClosingMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getOpeningMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getStyle() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getTocKeyword() |
getContentChars, 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 openingMarker
protected com.vladsch.flexmark.util.sequence.BasedSequence tocKeyword
protected com.vladsch.flexmark.util.sequence.BasedSequence style
protected com.vladsch.flexmark.util.sequence.BasedSequence closingMarker
public TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
boolean closingSimToc)
public TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars)
public TocBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence styleChars,
boolean closingSimToc)
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 getOpeningMarker()
getOpeningMarker in class TocBlockBasepublic com.vladsch.flexmark.util.sequence.BasedSequence getTocKeyword()
getTocKeyword in class TocBlockBasepublic com.vladsch.flexmark.util.sequence.BasedSequence getStyle()
getStyle in class TocBlockBasepublic com.vladsch.flexmark.util.sequence.BasedSequence getClosingMarker()
getClosingMarker in class TocBlockBaseCopyright © 2020. All rights reserved.