public class GitLabBlockQuote
extends com.vladsch.flexmark.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.ast.BlockContent blockContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAstExtra(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() |
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, setContentLinesappendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getLastBlankLineChild, 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 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.ast.BlockContent blockContent)
public void getAstExtra(StringBuilder out)
getAstExtra in class com.vladsch.flexmark.ast.Nodepublic com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments in class com.vladsch.flexmark.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 © 2018. All rights reserved.