public class GitLabBlockQuote
extends com.vladsch.flexmark.util.ast.Block
implements com.vladsch.flexmark.ast.ParagraphContainer
| Constructor and Description |
|---|
GitLabBlockQuote() |
GitLabBlockQuote(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
GitLabBlockQuote(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments) |
GitLabBlockQuote(com.vladsch.flexmark.util.ast.BlockContent blockContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(@NotNull StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence |
getClosingMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getClosingTrailing() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getOpeningMarker() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getOpeningTrailing() |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
boolean |
isParagraphEndWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node) |
boolean |
isParagraphStartWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node) |
void |
setClosingMarker(com.vladsch.flexmark.util.sequence.BasedSequence closingMarker) |
void |
setClosingTrailing(com.vladsch.flexmark.util.sequence.BasedSequence closingTrailing) |
void |
setOpeningMarker(com.vladsch.flexmark.util.sequence.BasedSequence openingMarker) |
void |
setOpeningTrailing(com.vladsch.flexmark.util.sequence.BasedSequence openingTrailing) |
getContentChars, 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, getLastBlankLineChild, 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, unlinkpublic GitLabBlockQuote()
public GitLabBlockQuote(com.vladsch.flexmark.util.sequence.BasedSequence chars)
public GitLabBlockQuote(com.vladsch.flexmark.util.sequence.BasedSequence chars,
List<com.vladsch.flexmark.util.sequence.BasedSequence> segments)
public GitLabBlockQuote(com.vladsch.flexmark.util.ast.BlockContent blockContent)
public void getAstExtra(@NotNull
@NotNull StringBuilder out)
getAstExtra in class com.vladsch.flexmark.util.ast.Node@NotNull public @NotNull com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments in class com.vladsch.flexmark.util.ast.Nodepublic boolean isParagraphEndWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node)
isParagraphEndWrappingDisabled in interface com.vladsch.flexmark.ast.ParagraphContainerpublic boolean isParagraphStartWrappingDisabled(com.vladsch.flexmark.ast.Paragraph node)
isParagraphStartWrappingDisabled in interface com.vladsch.flexmark.ast.ParagraphContainerpublic com.vladsch.flexmark.util.sequence.BasedSequence getOpeningMarker()
public void setOpeningMarker(com.vladsch.flexmark.util.sequence.BasedSequence openingMarker)
public com.vladsch.flexmark.util.sequence.BasedSequence getClosingMarker()
public void setClosingMarker(com.vladsch.flexmark.util.sequence.BasedSequence closingMarker)
public com.vladsch.flexmark.util.sequence.BasedSequence getOpeningTrailing()
public void setOpeningTrailing(com.vladsch.flexmark.util.sequence.BasedSequence openingTrailing)
public com.vladsch.flexmark.util.sequence.BasedSequence getClosingTrailing()
public void setClosingTrailing(com.vladsch.flexmark.util.sequence.BasedSequence closingTrailing)
Copyright © 2020. All rights reserved.