public class DefinitionTerm
extends com.vladsch.flexmark.ast.ListItem
| Constructor and Description |
|---|
DefinitionTerm() |
DefinitionTerm(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
DefinitionTerm(com.vladsch.flexmark.util.ast.Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
boolean |
isParagraphWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node,
com.vladsch.flexmark.parser.ListOptions listOptions,
com.vladsch.flexmark.util.options.DataHolder options) |
getLastBlankLineChild, getMarkerSuffix, getOpeningMarker, isContainsBlankLine, isHadBlankAfterItemParagraph, isInTightList, isItemParagraph, isLoose, isOwnTight, isParagraphInTightListItem, isTight, setContainsBlankLine, setHadBlankAfterItemParagraph, setLoose, setMarkerSuffix, setOpeningMarker, 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 DefinitionTerm()
public DefinitionTerm(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public DefinitionTerm(com.vladsch.flexmark.util.ast.Node node)
public void getAstExtra(StringBuilder out)
getAstExtra in class com.vladsch.flexmark.ast.ListItempublic com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments 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.ListItemCopyright © 2019. All rights reserved.