public abstract class ListBlock
extends com.vladsch.flexmark.ast.Block
implements com.vladsch.flexmark.ast.BlankLineContainer
| Constructor and Description |
|---|
ListBlock() |
ListBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
ListBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments) |
ListBlock(com.vladsch.flexmark.ast.BlockContent blockContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(StringBuilder out) |
com.vladsch.flexmark.ast.Node |
getLastBlankLineChild() |
boolean |
isLoose() |
boolean |
isTight() |
void |
setLoose(boolean loose) |
void |
setTight(boolean tight) |
getContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLine, setContentLinesappendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getLastChild, getLastChildAny, getLastChildAnyNot, getLeadSegment, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegments, getSegmentsForChars, getStartLineNumber, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlinkpublic ListBlock()
public ListBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public ListBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments)
public ListBlock(com.vladsch.flexmark.ast.BlockContent blockContent)
public boolean isTight()
public boolean isLoose()
public void setTight(boolean tight)
public void setLoose(boolean loose)
public com.vladsch.flexmark.ast.Node getLastBlankLineChild()
getLastBlankLineChild in class com.vladsch.flexmark.ast.Nodepublic void getAstExtra(StringBuilder out)
getAstExtra in class com.vladsch.flexmark.ast.NodeCopyright © 2018. All rights reserved.