public class DefinitionList
extends com.vladsch.flexmark.ast.ListBlock
| Constructor and Description |
|---|
DefinitionList() |
DefinitionList(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
DefinitionList(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments) |
DefinitionList(com.vladsch.flexmark.ast.BlockContent blockContent) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
getAstExtra, getLastBlankLineChild, isLoose, isTight, setLoose, setTightgetContentChars, 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, 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 DefinitionList()
public DefinitionList(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public DefinitionList(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments)
public DefinitionList(com.vladsch.flexmark.ast.BlockContent blockContent)
Copyright © 2018. All rights reserved.