public class TaskListItem
extends com.vladsch.flexmark.ast.ListItem
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canChangeMarker |
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 |
|---|---|
boolean |
canChangeMarker() |
void |
getAstExtra(@NotNull StringBuilder out) |
boolean |
isItemDoneMarker() |
boolean |
isOrderedItem() |
boolean |
isParagraphWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node,
com.vladsch.flexmark.parser.ListOptions listOptions,
com.vladsch.flexmark.util.data.DataHolder options) |
void |
setCanChangeMarker(boolean canChangeMarker) |
void |
setOpeningMarker(com.vladsch.flexmark.util.sequence.BasedSequence openingMarker) |
void |
setOrderedItem(boolean orderedItem) |
getLastBlankLineChild, getMarkerSuffix, getOpeningMarker, getPriority, getSegments, isContainsBlankLine, isHadBlankAfterItemParagraph, isInTightList, isItemParagraph, isLoose, isOwnTight, isParagraphEndWrappingDisabled, isParagraphInTightListItem, isParagraphStartWrappingDisabled, isTight, setContainsBlankLine, setHadBlankAfterItemParagraph, setLoose, setMarkerSuffix, setPriority, setTightgetContentChars, 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, 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 boolean isOrderedItem
protected boolean canChangeMarker
public 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(@NotNull
@NotNull 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.data.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()
isOrderedItem in class com.vladsch.flexmark.ast.ListItempublic void setOrderedItem(boolean orderedItem)
public boolean canChangeMarker()
canChangeMarker in class com.vladsch.flexmark.ast.ListItempublic void setCanChangeMarker(boolean canChangeMarker)
Copyright © 2020. All rights reserved.