public class TaskListItem
extends com.vladsch.flexmark.ast.ListItem
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isOrderedItem |
| Constructor and Description |
|---|
TaskListItem() |
TaskListItem(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
TaskListItem(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments) |
TaskListItem(com.vladsch.flexmark.util.ast.BlockContent blockContent) |
TaskListItem(com.vladsch.flexmark.ast.ListItem block) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(StringBuilder out) |
boolean |
isItemDoneMarker() |
boolean |
isOrderedItem() |
boolean |
isParagraphWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node,
com.vladsch.flexmark.parser.ListOptions listOptions,
com.vladsch.flexmark.util.options.DataHolder options) |
void |
setOpeningMarker(com.vladsch.flexmark.util.sequence.BasedSequence openingMarker) |
void |
setOrderedItem(boolean orderedItem) |
getLastBlankLineChild, getMarkerSuffix, getOpeningMarker, getSegments, isContainsBlankLine, isHadBlankAfterItemParagraph, isInTightList, isItemParagraph, isLoose, isOwnTight, isParagraphInTightListItem, isTight, setContainsBlankLine, setHadBlankAfterItemParagraph, setLoose, setMarkerSuffix, setTightgetContentChars, 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, 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, unlinkpublic TaskListItem()
public TaskListItem(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public TaskListItem(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments)
public TaskListItem(com.vladsch.flexmark.util.ast.BlockContent blockContent)
public TaskListItem(com.vladsch.flexmark.ast.ListItem block)
public void getAstExtra(StringBuilder out)
getAstExtra in class com.vladsch.flexmark.ast.ListItempublic boolean isParagraphWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node,
com.vladsch.flexmark.parser.ListOptions listOptions,
com.vladsch.flexmark.util.options.DataHolder options)
isParagraphWrappingDisabled in interface com.vladsch.flexmark.ast.ParagraphItemContainerisParagraphWrappingDisabled in class com.vladsch.flexmark.ast.ListItempublic void setOpeningMarker(com.vladsch.flexmark.util.sequence.BasedSequence openingMarker)
setOpeningMarker in class com.vladsch.flexmark.ast.ListItempublic boolean isItemDoneMarker()
public boolean isOrderedItem()
public void setOrderedItem(boolean orderedItem)
Copyright © 2019. All rights reserved.