Uses of Interface
com.vladsch.flexmark.util.sequence.BasedSequence
-
-
Uses of BasedSequence in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type BasedSequence Modifier and Type Method Description voidLinkNodeBase. setAnchorMarker(BasedSequence anchorMarker)voidReference. setAnchorMarker(BasedSequence anchorMarker)voidLinkNodeBase. setAnchorRef(BasedSequence anchorRef)voidReference. setAnchorRef(BasedSequence anchorRef)voidFencedCodeBlock. setAttributes(BasedSequence attributes)voidSoftLineBreak. setChars(@NotNull BasedSequence chars)voidDelimitedLinkNode. setClosingMarker(BasedSequence closingMarker)voidDelimitedNodeImpl. setClosingMarker(BasedSequence closingMarker)voidFencedCodeBlock. setClosingMarker(BasedSequence closingMarker)voidHeading. setClosingMarker(BasedSequence closingMarker)voidReference. setClosingMarker(BasedSequence closingMarker)voidParagraph. setContent(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)voidParagraph. setContent(BasedSequence chars, java.util.List<BasedSequence> lineSegments, java.util.List<java.lang.Integer> lineIndents)voidFencedCodeBlock. setInfo(BasedSequence info)voidInlineLinkNode. setLinkClosingMarker(BasedSequence linkClosingMarker)voidInlineLinkNode. setLinkOpeningMarker(BasedSequence linkOpeningMarker)voidListItem. setMarkerSuffix(BasedSequence markerSuffix)voidBlockQuote. setOpeningMarker(BasedSequence openingMarker)voidDelimitedLinkNode. setOpeningMarker(BasedSequence openingMarker)voidDelimitedNodeImpl. setOpeningMarker(BasedSequence openingMarker)voidFencedCodeBlock. setOpeningMarker(BasedSequence openingMarker)voidHeading. setOpeningMarker(BasedSequence openingMarker)voidListItem. setOpeningMarker(BasedSequence openingMarker)voidReference. setOpeningMarker(BasedSequence openingMarker)voidLinkNodeBase. setPageRef(BasedSequence pageRef)voidReference. setPageRef(BasedSequence pageRef)voidReference. setReference(BasedSequence reference)voidRefNode. setReference(BasedSequence reference)voidRefNode. setReferenceChars(BasedSequence referenceChars)voidRefNode. setReferenceClosingMarker(BasedSequence referenceClosingMarker)voidRefNode. setReferenceOpeningMarker(BasedSequence referenceOpeningMarker)voidDelimitedLinkNode. setText(BasedSequence text)voidDelimitedNodeImpl. setText(BasedSequence text)voidHeading. setText(BasedSequence text)voidInlineLinkNode. setText(BasedSequence text)voidRefNode. setText(BasedSequence text)voidImage. setTextChars(BasedSequence textChars)voidImageRef. setTextChars(BasedSequence textChars)abstract voidInlineLinkNode. setTextChars(BasedSequence textChars)voidLink. setTextChars(BasedSequence textChars)voidRefNode. setTextChars(BasedSequence textChars)voidInlineLinkNode. setTextClosingMarker(BasedSequence textClosingMarker)voidRefNode. setTextClosingMarker(BasedSequence textClosingMarker)voidInlineLinkNode. setTextOpeningMarker(BasedSequence textOpeningMarker)voidRefNode. setTextOpeningMarker(BasedSequence textOpeningMarker)voidLinkNodeBase. setTitle(BasedSequence title)voidReference. setTitle(BasedSequence title)voidLinkNodeBase. setTitleChars(BasedSequence titleChars)voidLinkNodeBase. setTitleClosingMarker(BasedSequence titleClosingMarker)voidReference. setTitleClosingMarker(BasedSequence titleClosingMarker)voidLinkNodeBase. setTitleOpeningMarker(BasedSequence titleOpeningMarker)voidReference. setTitleOpeningMarker(BasedSequence titleOpeningMarker)voidInlineLinkNode. setUrl(BasedSequence linkOpeningMarker, BasedSequence url, BasedSequence linkClosingMarker)voidLinkNodeBase. setUrl(BasedSequence url)voidReference. setUrl(BasedSequence url)voidLinkNodeBase. setUrlChars(BasedSequence url)voidLinkNodeBase. setUrlClosingMarker(BasedSequence urlClosingMarker)voidReference. setUrlClosingMarker(BasedSequence urlClosingMarker)voidImage. setUrlContent(BasedSequence urlContent)voidLinkNodeBase. setUrlOpeningMarker(BasedSequence urlOpeningMarker)voidReference. setUrlOpeningMarker(BasedSequence urlOpeningMarker)Constructor parameters in com.vladsch.flexmark.ast with type arguments of type BasedSequence Constructor Description BlockQuote(BasedSequence chars, java.util.List<BasedSequence> segments)BulletList(BasedSequence chars, java.util.List<BasedSequence> segments)BulletListItem(BasedSequence chars, java.util.List<BasedSequence> segments)CodeBlock(BasedSequence chars, java.util.List<BasedSequence> segments)FencedCodeBlock(BasedSequence chars, BasedSequence openingMarker, BasedSequence info, java.util.List<BasedSequence> segments, BasedSequence closingMarker)Heading(BasedSequence chars, java.util.List<BasedSequence> segments)HtmlBlock(BasedSequence chars, java.util.List<BasedSequence> segments)HtmlBlockBase(BasedSequence chars, java.util.List<BasedSequence> segments)HtmlCommentBlock(BasedSequence chars, java.util.List<BasedSequence> segments)IndentedCodeBlock(BasedSequence chars, java.util.List<BasedSequence> segments)ListBlock(BasedSequence chars, java.util.List<BasedSequence> segments)ListItem(BasedSequence chars, java.util.List<BasedSequence> segments)OrderedList(BasedSequence chars, java.util.List<BasedSequence> segments)OrderedListItem(BasedSequence chars, java.util.List<BasedSequence> segments)Paragraph(BasedSequence chars, java.util.List<BasedSequence> lineSegments, int[] lineIndents)Paragraph(BasedSequence chars, java.util.List<BasedSequence> lineSegments, java.util.List<java.lang.Integer> lineIndents)ThematicBreak(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ast.util
Fields in com.vladsch.flexmark.ast.util declared as BasedSequence Modifier and Type Field Description private BasedSequenceTextNodeConverter. nodeCharsprivate BasedSequenceTextNodeConverter. remainingCharsMethods in com.vladsch.flexmark.ast.util that return BasedSequence Modifier and Type Method Description BasedSequenceTextCollectingVisitor. collectAndGetSequence(Node node)Deprecated.Methods in com.vladsch.flexmark.ast.util with parameters of type BasedSequence Modifier and Type Method Description voidTextNodeMergingList. add(BasedSequence nodeChars)Constructors in com.vladsch.flexmark.ast.util with parameters of type BasedSequence Constructor Description TextNodeConverter(BasedSequence nodeChars) -
Uses of BasedSequence in com.vladsch.flexmark.experimental.util.sequence.managed
Fields in com.vladsch.flexmark.experimental.util.sequence.managed with type parameters of type BasedSequence Modifier and Type Field Description private @NotNull java.util.WeakHashMap<java.lang.Object,java.lang.ref.WeakReference<BasedSequence>>BaseSequenceManager. baseMapprivate @NotNull java.util.WeakHashMap<BasedSequence,BaseSequenceEntry>BaseSequenceManager. baseSetMethods in com.vladsch.flexmark.experimental.util.sequence.managed that return BasedSequence Modifier and Type Method Description <T> @NotNull BasedSequenceBaseSequenceManager. getBaseSequence(T object, @org.jetbrains.annotations.Nullable int[] callTypes, @NotNull java.util.function.Function<T,BasedSequence> factory)Get an equivalent existing based sequence base or a new one created by passed factoryMethods in com.vladsch.flexmark.experimental.util.sequence.managed with parameters of type BasedSequence Modifier and Type Method Description booleanBaseSequenceEntry. testEquals(@NotNull BasedSequence baseSeq, @NotNull java.lang.Object o, int[] equalsCall)Compare object to equality of entry's base sequence NOTE: if not char sequence or base of this entry's base sequence then will return false, so do not expect to pass a new instance of char[] and to get true for equivalent CharSubSequenceMethod parameters in com.vladsch.flexmark.experimental.util.sequence.managed with type arguments of type BasedSequence Modifier and Type Method Description <T> @NotNull BasedSequenceBaseSequenceManager. getBaseSequence(T object, @org.jetbrains.annotations.Nullable int[] callTypes, @NotNull java.util.function.Function<T,BasedSequence> factory)Get an equivalent existing based sequence base or a new one created by passed factory -
Uses of BasedSequence in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation declared as BasedSequence Modifier and Type Field Description protected BasedSequenceAbbreviation. abbreviationprotected BasedSequenceAbbreviationBlock. abbreviationprotected BasedSequenceAbbreviationBlock. closingMarkerprotected BasedSequenceAbbreviationBlock. openingMarkerprotected BasedSequenceAbbreviationBlock. textMethods in com.vladsch.flexmark.ext.abbreviation that return BasedSequence Modifier and Type Method Description BasedSequenceAbbreviation. getAbbreviation()BasedSequenceAbbreviationBlock. getAbbreviation()BasedSequenceAbbreviationBlock. getClosingMarker()BasedSequenceAbbreviationBlock. getOpeningMarker()@NotNull BasedSequenceAbbreviation. getReference()@NotNull BasedSequence[]Abbreviation. getSegments()@NotNull BasedSequence[]AbbreviationBlock. getSegments()BasedSequenceAbbreviationBlock. getText()Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type BasedSequence Modifier and Type Method Description voidAbbreviationBlock. setAbbreviation(BasedSequence abbreviation)voidAbbreviationBlock. setClosingMarker(BasedSequence closingMarker)voidAbbreviationBlock. setOpeningMarker(BasedSequence openingMarker)voidAbbreviationBlock. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.abbreviation with parameters of type BasedSequence Constructor Description Abbreviation(BasedSequence chars, BasedSequence abbreviation)AbbreviationBlock(BasedSequence chars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.abbreviation.internal
Fields in com.vladsch.flexmark.ext.abbreviation.internal with type parameters of type BasedSequence Modifier and Type Field Description private java.util.HashMap<java.lang.String,BasedSequence>AbbreviationNodePostProcessor. abbreviationMapMethods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type BasedSequence Modifier and Type Method Description voidAbbreviationBlockParser. addLine(ParserState state, BasedSequence line) -
Uses of BasedSequence in com.vladsch.flexmark.ext.admonition
Fields in com.vladsch.flexmark.ext.admonition declared as BasedSequence Modifier and Type Field Description private BasedSequenceAdmonitionBlock. infoprivate BasedSequenceAdmonitionBlock. openingMarkerprotected BasedSequenceAdmonitionBlock. titleprotected BasedSequenceAdmonitionBlock. titleClosingMarkerprotected BasedSequenceAdmonitionBlock. titleOpeningMarkerMethods in com.vladsch.flexmark.ext.admonition that return BasedSequence Modifier and Type Method Description BasedSequenceAdmonitionBlock. getInfo()BasedSequenceAdmonitionBlock. getOpeningMarker()@NotNull BasedSequence[]AdmonitionBlock. getSegments()@NotNull BasedSequence[]AdmonitionBlock. getSegmentsForChars()BasedSequenceAdmonitionBlock. getTitle()BasedSequenceAdmonitionBlock. getTitleChars()BasedSequenceAdmonitionBlock. getTitleClosingMarker()BasedSequenceAdmonitionBlock. getTitleOpeningMarker()Methods in com.vladsch.flexmark.ext.admonition with parameters of type BasedSequence Modifier and Type Method Description voidAdmonitionBlock. setInfo(BasedSequence info)voidAdmonitionBlock. setOpeningMarker(BasedSequence openingMarker)voidAdmonitionBlock. setTitle(BasedSequence title)voidAdmonitionBlock. setTitleChars(BasedSequence titleChars)voidAdmonitionBlock. setTitleClosingMarker(BasedSequence titleClosingMarker)voidAdmonitionBlock. setTitleOpeningMarker(BasedSequence titleOpeningMarker)Constructors in com.vladsch.flexmark.ext.admonition with parameters of type BasedSequence Constructor Description AdmonitionBlock(BasedSequence chars)AdmonitionBlock(BasedSequence chars, BasedSequence openingMarker, BasedSequence info, java.util.List<BasedSequence> segments)Constructor parameters in com.vladsch.flexmark.ext.admonition with type arguments of type BasedSequence Constructor Description AdmonitionBlock(BasedSequence chars, BasedSequence openingMarker, BasedSequence info, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal with parameters of type BasedSequence Modifier and Type Method Description booleanAdmonitionBlockParser.AdmonitionLeadInHandler. escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)booleanAdmonitionBlockParser.AdmonitionLeadInHandler. unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer) -
Uses of BasedSequence in com.vladsch.flexmark.ext.anchorlink
Methods in com.vladsch.flexmark.ext.anchorlink that return BasedSequence Modifier and Type Method Description @NotNull BasedSequence[]AnchorLink. getSegments() -
Uses of BasedSequence in com.vladsch.flexmark.ext.aside
Fields in com.vladsch.flexmark.ext.aside declared as BasedSequence Modifier and Type Field Description private BasedSequenceAsideBlock. openingMarkerMethods in com.vladsch.flexmark.ext.aside that return BasedSequence Modifier and Type Method Description BasedSequenceAsideBlock. getOpeningMarker()@NotNull BasedSequence[]AsideBlock. getSegments()Methods in com.vladsch.flexmark.ext.aside with parameters of type BasedSequence Modifier and Type Method Description voidAsideBlock. setOpeningMarker(BasedSequence openingMarker)Constructors in com.vladsch.flexmark.ext.aside with parameters of type BasedSequence Constructor Description AsideBlock(BasedSequence chars)AsideBlock(BasedSequence chars, java.util.List<BasedSequence> segments)Constructor parameters in com.vladsch.flexmark.ext.aside with type arguments of type BasedSequence Constructor Description AsideBlock(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal with parameters of type BasedSequence Modifier and Type Method Description (package private) static booleanAsideBlockParser. endsWithMarker(BasedSequence line)Constructors in com.vladsch.flexmark.ext.aside.internal with parameters of type BasedSequence Constructor Description AsideBlockParser(DataHolder options, BasedSequence marker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes declared as BasedSequence Modifier and Type Field Description protected BasedSequenceAttributeNode. attributeSeparatorprotected BasedSequenceAttributeNode. closingMarkerprotected BasedSequenceAttributesNode. closingMarkerprotected BasedSequenceAttributeNode. nameprotected BasedSequenceAttributeNode. openingMarkerprotected BasedSequenceAttributesNode. openingMarkerprotected BasedSequenceAttributesNode. textprotected BasedSequenceAttributeNode. valueMethods in com.vladsch.flexmark.ext.attributes that return BasedSequence Modifier and Type Method Description BasedSequenceAttributeNode. getAttributeSeparator()BasedSequenceAttributeNode. getClosingMarker()BasedSequenceAttributesNode. getClosingMarker()BasedSequenceAttributeNode. getName()BasedSequenceAttributeNode. getOpeningMarker()BasedSequenceAttributesNode. getOpeningMarker()@NotNull BasedSequence[]AttributeNode. getSegments()@NotNull BasedSequence[]AttributesNode. getSegments()BasedSequenceAttributesNode. getText()BasedSequenceAttributeNode. getValue()Methods in com.vladsch.flexmark.ext.attributes with parameters of type BasedSequence Modifier and Type Method Description voidAttributeNode. setAttributeSeparator(BasedSequence attributeSeparator)voidAttributeNode. setClosingMarker(BasedSequence closingMarker)voidAttributesNode. setClosingMarker(BasedSequence closingMarker)voidAttributeNode. setName(BasedSequence name)voidAttributeNode. setOpeningMarker(BasedSequence openingMarker)voidAttributesNode. setOpeningMarker(BasedSequence openingMarker)voidAttributesNode. setText(BasedSequence text)voidAttributeNode. setValue(BasedSequence value)Constructors in com.vladsch.flexmark.ext.attributes with parameters of type BasedSequence Constructor Description AttributeNode(@Nullable BasedSequence name, @Nullable BasedSequence attributeSeparator, @Nullable BasedSequence openingMarker, @Nullable BasedSequence value, @Nullable BasedSequence closingMarker)AttributeNode(BasedSequence chars)AttributesDelimiter(BasedSequence chars)AttributesDelimiter(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)AttributesDelimiter(BasedSequence chars, java.lang.String attributesBlockText)AttributesNode(BasedSequence chars)AttributesNode(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)AttributesNode(BasedSequence chars, java.lang.String attributesBlockText) -
Uses of BasedSequence in com.vladsch.flexmark.ext.definition
Methods in com.vladsch.flexmark.ext.definition that return BasedSequence Modifier and Type Method Description @NotNull BasedSequence[]DefinitionList. getSegments()@NotNull BasedSequence[]DefinitionTerm. getSegments()Constructors in com.vladsch.flexmark.ext.definition with parameters of type BasedSequence Constructor Description DefinitionList(BasedSequence chars)DefinitionList(BasedSequence chars, java.util.List<BasedSequence> segments)DefinitionTerm(BasedSequence chars)Constructor parameters in com.vladsch.flexmark.ext.definition with type arguments of type BasedSequence Constructor Description DefinitionList(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.definition.internal
Fields in com.vladsch.flexmark.ext.definition.internal declared as BasedSequence Modifier and Type Field Description (package private) BasedSequenceDefinitionItemBlockParser.ItemData. itemMarkerMethods in com.vladsch.flexmark.ext.definition.internal with parameters of type BasedSequence Modifier and Type Method Description voidDefinitionItemBlockParser. addLine(ParserState state, BasedSequence line)Constructors in com.vladsch.flexmark.ext.definition.internal with parameters of type BasedSequence Constructor Description ItemData(boolean isEmpty, boolean isTight, int markerIndex, int markerColumn, int markerIndent, int contentOffset, BasedSequence itemMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.emoji
Fields in com.vladsch.flexmark.ext.emoji declared as BasedSequence Modifier and Type Field Description protected BasedSequenceEmoji. closingMarkerprotected BasedSequenceEmoji. openingMarkerprotected BasedSequenceEmoji. textMethods in com.vladsch.flexmark.ext.emoji that return BasedSequence Modifier and Type Method Description BasedSequenceEmoji. getClosingMarker()BasedSequenceEmoji. getOpeningMarker()@NotNull BasedSequence[]Emoji. getSegments()BasedSequenceEmoji. getText()Methods in com.vladsch.flexmark.ext.emoji with parameters of type BasedSequence Modifier and Type Method Description voidEmoji. setClosingMarker(BasedSequence closingMarker)voidEmoji. setOpeningMarker(BasedSequence openingMarker)voidEmoji. setText(BasedSequence text)Method parameters in com.vladsch.flexmark.ext.emoji with type arguments of type BasedSequence Modifier and Type Method Description booleanEmoji. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)booleanEmoji. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Constructors in com.vladsch.flexmark.ext.emoji with parameters of type BasedSequence Constructor Description Emoji(BasedSequence chars)Emoji(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference declared as BasedSequence Modifier and Type Field Description protected BasedSequenceEnumeratedReferenceBase. closingMarkerprotected BasedSequenceEnumeratedReferenceBlock. closingMarkerprotected BasedSequenceEnumeratedReferenceBlock. enumeratedReferenceprotected BasedSequenceEnumeratedReferenceBase. openingMarkerprotected BasedSequenceEnumeratedReferenceBlock. openingMarkerprotected BasedSequenceEnumeratedReferenceBase. textprotected BasedSequenceEnumeratedReferenceBlock. textMethods in com.vladsch.flexmark.ext.enumerated.reference that return BasedSequence Modifier and Type Method Description BasedSequenceEnumeratedReferenceBase. getClosingMarker()BasedSequenceEnumeratedReferenceBlock. getClosingMarker()BasedSequenceEnumeratedReferenceBlock. getEnumeratedReference()BasedSequenceEnumeratedReferenceBase. getOpeningMarker()BasedSequenceEnumeratedReferenceBlock. getOpeningMarker()@NotNull BasedSequenceEnumeratedReferenceBase. getReference()@NotNull BasedSequence[]EnumeratedReferenceBase. getSegments()@NotNull BasedSequence[]EnumeratedReferenceBlock. getSegments()BasedSequenceEnumeratedReferenceBase. getText()BasedSequenceEnumeratedReferenceBlock. getText()Methods in com.vladsch.flexmark.ext.enumerated.reference with parameters of type BasedSequence Modifier and Type Method Description voidEnumeratedReferenceBase. setClosingMarker(BasedSequence closingMarker)voidEnumeratedReferenceBlock. setClosingMarker(BasedSequence closingMarker)voidEnumeratedReferenceBlock. setEnumeratedReference(BasedSequence enumeratedReference)voidEnumeratedReferenceBase. setOpeningMarker(BasedSequence openingMarker)voidEnumeratedReferenceBlock. setOpeningMarker(BasedSequence openingMarker)voidEnumeratedReferenceBase. setText(BasedSequence text)voidEnumeratedReferenceBlock. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.enumerated.reference with parameters of type BasedSequence Constructor Description EnumeratedReferenceBase(BasedSequence chars)EnumeratedReferenceBase(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)EnumeratedReferenceBlock(BasedSequence chars)EnumeratedReferenceLink(BasedSequence chars)EnumeratedReferenceLink(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)EnumeratedReferenceText(BasedSequence chars)EnumeratedReferenceText(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceEnumeratedReferenceLinkRefProcessor. adjustInlineText(@NotNull Document document, @NotNull Node node)Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type BasedSequence Modifier and Type Method Description voidEnumeratedReferenceBlockParser. addLine(ParserState state, BasedSequence line)booleanEnumeratedReferenceLinkRefProcessor. allowDelimiters(@NotNull BasedSequence chars, @NotNull Document document, @NotNull Node node)voidEnumRefTextCollectingVisitor. collect(BasedSequence basedSequence, EnumeratedReferenceRendering[] renderings, java.lang.String defaultFormat)java.lang.StringEnumRefTextCollectingVisitor. collectAndGetText(BasedSequence basedSequence, EnumeratedReferenceRendering[] renderings, java.lang.String defaultFormat)@NotNull NodeEnumeratedReferenceLinkRefProcessor. createNode(@NotNull BasedSequence nodeChars)booleanEnumeratedReferenceLinkRefProcessor. isMatch(@NotNull BasedSequence nodeChars)private static voidEnumeratedReferenceNodeFormatter. renderReferenceText(BasedSequence text, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of BasedSequence in com.vladsch.flexmark.ext.escaped.character
Fields in com.vladsch.flexmark.ext.escaped.character declared as BasedSequence Modifier and Type Field Description protected BasedSequenceEscapedCharacter. openingMarkerprotected BasedSequenceEscapedCharacter. textMethods in com.vladsch.flexmark.ext.escaped.character that return BasedSequence Modifier and Type Method Description BasedSequenceEscapedCharacter. getOpeningMarker()@NotNull BasedSequence[]EscapedCharacter. getSegments()BasedSequenceEscapedCharacter. getText()Methods in com.vladsch.flexmark.ext.escaped.character with parameters of type BasedSequence Modifier and Type Method Description voidEscapedCharacter. setOpeningMarker(BasedSequence openingMarker)voidEscapedCharacter. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.escaped.character with parameters of type BasedSequence Constructor Description EscapedCharacter(BasedSequence chars)EscapedCharacter(BasedSequence openingMarker, BasedSequence text) -
Uses of BasedSequence in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes declared as BasedSequence Modifier and Type Field Description protected BasedSequenceFootnote. closingMarkerprotected BasedSequenceFootnoteBlock. closingMarkerprotected BasedSequenceFootnoteBlock. footnoteprotected BasedSequenceFootnote. openingMarkerprotected BasedSequenceFootnoteBlock. openingMarkerprotected BasedSequenceFootnote. textprotected BasedSequenceFootnoteBlock. textMethods in com.vladsch.flexmark.ext.footnotes that return BasedSequence Modifier and Type Method Description BasedSequenceFootnote. getClosingMarker()BasedSequenceFootnoteBlock. getClosingMarker()BasedSequenceFootnoteBlock. getFootnote()BasedSequenceFootnote. getOpeningMarker()BasedSequenceFootnoteBlock. getOpeningMarker()@NotNull BasedSequenceFootnote. getReference()@NotNull BasedSequence[]Footnote. getSegments()@NotNull BasedSequence[]FootnoteBlock. getSegments()BasedSequenceFootnote. getText()BasedSequenceFootnoteBlock. getText()Methods in com.vladsch.flexmark.ext.footnotes with parameters of type BasedSequence Modifier and Type Method Description voidFootnote. setClosingMarker(BasedSequence closingMarker)voidFootnoteBlock. setClosingMarker(BasedSequence closingMarker)voidFootnoteBlock. setFootnote(BasedSequence footnote)voidFootnote. setOpeningMarker(BasedSequence openingMarker)voidFootnoteBlock. setOpeningMarker(BasedSequence openingMarker)voidFootnote. setText(BasedSequence text)voidFootnoteBlock. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.footnotes with parameters of type BasedSequence Constructor Description Footnote(BasedSequence chars)Footnote(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)FootnoteBlock(BasedSequence chars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceFootnoteLinkRefProcessor. adjustInlineText(@NotNull Document document, @NotNull Node node)Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type BasedSequence Modifier and Type Method Description voidFootnoteBlockParser. addLine(ParserState state, BasedSequence line)booleanFootnoteLinkRefProcessor. allowDelimiters(@NotNull BasedSequence chars, @NotNull Document document, @NotNull Node node)@NotNull NodeFootnoteLinkRefProcessor. createNode(@NotNull BasedSequence nodeChars)booleanFootnoteLinkRefProcessor. isMatch(@NotNull BasedSequence nodeChars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gfm.issues
Fields in com.vladsch.flexmark.ext.gfm.issues declared as BasedSequence Modifier and Type Field Description protected BasedSequenceGfmIssue. openingMarkerprotected BasedSequenceGfmIssue. textMethods in com.vladsch.flexmark.ext.gfm.issues that return BasedSequence Modifier and Type Method Description BasedSequenceGfmIssue. getOpeningMarker()@NotNull BasedSequence[]GfmIssue. getSegments()BasedSequenceGfmIssue. getText()Methods in com.vladsch.flexmark.ext.gfm.issues with parameters of type BasedSequence Modifier and Type Method Description voidGfmIssue. setOpeningMarker(BasedSequence openingMarker)voidGfmIssue. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.gfm.issues with parameters of type BasedSequence Constructor Description GfmIssue(BasedSequence chars)GfmIssue(BasedSequence openingMarker, BasedSequence text) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gfm.strikethrough
Fields in com.vladsch.flexmark.ext.gfm.strikethrough declared as BasedSequence Modifier and Type Field Description protected BasedSequenceStrikethrough. closingMarkerprotected BasedSequenceSubscript. closingMarkerprotected BasedSequenceStrikethrough. openingMarkerprotected BasedSequenceSubscript. openingMarkerprotected BasedSequenceStrikethrough. textprotected BasedSequenceSubscript. textMethods in com.vladsch.flexmark.ext.gfm.strikethrough that return BasedSequence Modifier and Type Method Description BasedSequenceStrikethrough. getClosingMarker()BasedSequenceSubscript. getClosingMarker()BasedSequenceStrikethrough. getOpeningMarker()BasedSequenceSubscript. getOpeningMarker()@NotNull BasedSequence[]Strikethrough. getSegments()@NotNull BasedSequence[]Subscript. getSegments()BasedSequenceStrikethrough. getText()BasedSequenceSubscript. getText()Methods in com.vladsch.flexmark.ext.gfm.strikethrough with parameters of type BasedSequence Modifier and Type Method Description voidStrikethrough. setClosingMarker(BasedSequence closingMarker)voidSubscript. setClosingMarker(BasedSequence closingMarker)voidStrikethrough. setOpeningMarker(BasedSequence openingMarker)voidSubscript. setOpeningMarker(BasedSequence openingMarker)voidStrikethrough. setText(BasedSequence text)voidSubscript. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.gfm.strikethrough with parameters of type BasedSequence Constructor Description Strikethrough(BasedSequence chars)Strikethrough(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Subscript(BasedSequence chars)Subscript(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gfm.tasklist
Methods in com.vladsch.flexmark.ext.gfm.tasklist with parameters of type BasedSequence Modifier and Type Method Description voidTaskListItem. setOpeningMarker(BasedSequence openingMarker)Constructors in com.vladsch.flexmark.ext.gfm.tasklist with parameters of type BasedSequence Constructor Description TaskListItem(BasedSequence chars)TaskListItem(BasedSequence chars, java.util.List<BasedSequence> segments)Constructor parameters in com.vladsch.flexmark.ext.gfm.tasklist with type arguments of type BasedSequence Constructor Description TaskListItem(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gfm.users
Fields in com.vladsch.flexmark.ext.gfm.users declared as BasedSequence Modifier and Type Field Description protected BasedSequenceGfmUser. openingMarkerprotected BasedSequenceGfmUser. textMethods in com.vladsch.flexmark.ext.gfm.users that return BasedSequence Modifier and Type Method Description BasedSequenceGfmUser. getOpeningMarker()@NotNull BasedSequence[]GfmUser. getSegments()BasedSequenceGfmUser. getText()Methods in com.vladsch.flexmark.ext.gfm.users with parameters of type BasedSequence Modifier and Type Method Description voidGfmUser. setOpeningMarker(BasedSequence openingMarker)voidGfmUser. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.gfm.users with parameters of type BasedSequence Constructor Description GfmUser(BasedSequence chars)GfmUser(BasedSequence openingMarker, BasedSequence text) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gitlab
Fields in com.vladsch.flexmark.ext.gitlab declared as BasedSequence Modifier and Type Field Description private BasedSequenceGitLabBlockQuote. closingMarkerprotected BasedSequenceGitLabInline. closingMarkerprotected BasedSequenceGitLabInlineMath. closingMarkerprivate BasedSequenceGitLabBlockQuote. closingTrailingprivate BasedSequenceGitLabBlockQuote. openingMarkerprotected BasedSequenceGitLabInline. openingMarkerprotected BasedSequenceGitLabInlineMath. openingMarkerprivate BasedSequenceGitLabBlockQuote. openingTrailingprotected BasedSequenceGitLabInline. textprotected BasedSequenceGitLabInlineMath. textMethods in com.vladsch.flexmark.ext.gitlab that return BasedSequence Modifier and Type Method Description BasedSequenceGitLabBlockQuote. getClosingMarker()BasedSequenceGitLabInline. getClosingMarker()BasedSequenceGitLabInlineMath. getClosingMarker()BasedSequenceGitLabBlockQuote. getClosingTrailing()BasedSequenceGitLabBlockQuote. getOpeningMarker()BasedSequenceGitLabInline. getOpeningMarker()BasedSequenceGitLabInlineMath. getOpeningMarker()BasedSequenceGitLabBlockQuote. getOpeningTrailing()@NotNull BasedSequence[]GitLabBlockQuote. getSegments()@NotNull BasedSequence[]GitLabInline. getSegments()@NotNull BasedSequence[]GitLabInlineMath. getSegments()BasedSequenceGitLabInline. getText()BasedSequenceGitLabInlineMath. getText()Methods in com.vladsch.flexmark.ext.gitlab with parameters of type BasedSequence Modifier and Type Method Description voidGitLabBlockQuote. setClosingMarker(BasedSequence closingMarker)voidGitLabInline. setClosingMarker(BasedSequence closingMarker)voidGitLabInlineMath. setClosingMarker(BasedSequence closingMarker)voidGitLabBlockQuote. setClosingTrailing(BasedSequence closingTrailing)voidGitLabBlockQuote. setOpeningMarker(BasedSequence openingMarker)voidGitLabInline. setOpeningMarker(BasedSequence openingMarker)voidGitLabInlineMath. setOpeningMarker(BasedSequence openingMarker)voidGitLabBlockQuote. setOpeningTrailing(BasedSequence openingTrailing)voidGitLabInline. setText(BasedSequence text)voidGitLabInlineMath. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.gitlab with parameters of type BasedSequence Constructor Description GitLabBlockQuote(BasedSequence chars)GitLabBlockQuote(BasedSequence chars, java.util.List<BasedSequence> segments)GitLabDel(BasedSequence chars)GitLabDel(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)GitLabInline(BasedSequence chars)GitLabInline(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)GitLabInlineMath(BasedSequence chars)GitLabInlineMath(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)GitLabIns(BasedSequence chars)GitLabIns(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Constructor parameters in com.vladsch.flexmark.ext.gitlab with type arguments of type BasedSequence Constructor Description GitLabBlockQuote(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type BasedSequence Modifier and Type Method Description voidGitLabBlockQuoteParser. addLine(ParserState state, BasedSequence line)Constructors in com.vladsch.flexmark.ext.gitlab.internal with parameters of type BasedSequence Constructor Description GitLabBlockQuoteParser(DataHolder options, BasedSequence openMarker, BasedSequence openTrailing) -
Uses of BasedSequence in com.vladsch.flexmark.ext.ins
Fields in com.vladsch.flexmark.ext.ins declared as BasedSequence Modifier and Type Field Description protected BasedSequenceIns. closingMarkerprotected BasedSequenceIns. openingMarkerprotected BasedSequenceIns. textMethods in com.vladsch.flexmark.ext.ins that return BasedSequence Modifier and Type Method Description BasedSequenceIns. getClosingMarker()BasedSequenceIns. getOpeningMarker()@NotNull BasedSequence[]Ins. getSegments()BasedSequenceIns. getText()Methods in com.vladsch.flexmark.ext.ins with parameters of type BasedSequence Modifier and Type Method Description voidIns. setClosingMarker(BasedSequence closingMarker)voidIns. setOpeningMarker(BasedSequence openingMarker)voidIns. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.ins with parameters of type BasedSequence Constructor Description Ins(BasedSequence chars)Ins(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Ins(BasedSequence chars, java.lang.String insBlockText) -
Uses of BasedSequence in com.vladsch.flexmark.ext.jekyll.front.matter
Fields in com.vladsch.flexmark.ext.jekyll.front.matter declared as BasedSequence Modifier and Type Field Description protected BasedSequenceJekyllFrontMatterBlock. closingMarkerprotected BasedSequenceJekyllFrontMatterBlock. openingMarkerMethods in com.vladsch.flexmark.ext.jekyll.front.matter that return BasedSequence Modifier and Type Method Description BasedSequenceJekyllFrontMatterBlock. getClosingMarker()BasedSequenceJekyllFrontMatterBlock. getContent()BasedSequenceJekyllFrontMatterBlock. getOpeningMarker()@NotNull BasedSequence[]JekyllFrontMatterBlock. getSegments()Methods in com.vladsch.flexmark.ext.jekyll.front.matter with parameters of type BasedSequence Modifier and Type Method Description voidJekyllFrontMatterBlock. setClosingMarker(BasedSequence closingMarker)voidJekyllFrontMatterBlock. setOpeningMarker(BasedSequence openingMarker)Constructors in com.vladsch.flexmark.ext.jekyll.front.matter with parameters of type BasedSequence Constructor Description JekyllFrontMatterBlock(BasedSequence chars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type BasedSequence Modifier and Type Method Description voidJekyllFrontMatterBlockParser. addLine(ParserState state, BasedSequence line)Constructors in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type BasedSequence Constructor Description JekyllFrontMatterBlockParser(DataHolder options, BasedSequence openingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag declared as BasedSequence Modifier and Type Field Description protected BasedSequenceJekyllTag. closingMarkerprotected BasedSequenceJekyllTag. openingMarkerprotected BasedSequenceJekyllTag. parametersprotected BasedSequenceJekyllTag. tagMethods in com.vladsch.flexmark.ext.jekyll.tag that return BasedSequence Modifier and Type Method Description BasedSequenceJekyllTag. getClosingMarker()BasedSequenceJekyllTag. getOpeningMarker()BasedSequenceJekyllTag. getParameters()@NotNull BasedSequence[]JekyllTag. getSegments()@NotNull BasedSequence[]JekyllTagBlock. getSegments()BasedSequenceJekyllTag. getTag()Methods in com.vladsch.flexmark.ext.jekyll.tag with parameters of type BasedSequence Modifier and Type Method Description voidJekyllTag. setClosingMarker(BasedSequence closingMarker)voidJekyllTag. setOpeningMarker(BasedSequence openingMarker)voidJekyllTag. setParameters(BasedSequence parameters)voidJekyllTag. setTag(BasedSequence text)Constructors in com.vladsch.flexmark.ext.jekyll.tag with parameters of type BasedSequence Constructor Description JekyllTag(BasedSequence chars)JekyllTag(BasedSequence openingMarker, BasedSequence tag, BasedSequence parameters, BasedSequence closingMarker)JekyllTagBlock(BasedSequence chars)JekyllTagBlock(BasedSequence chars, java.util.List<BasedSequence> lineSegments)Constructor parameters in com.vladsch.flexmark.ext.jekyll.tag with type arguments of type BasedSequence Constructor Description JekyllTagBlock(BasedSequence chars, java.util.List<BasedSequence> lineSegments)JekyllTagBlock(java.util.List<BasedSequence> lineSegments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal with parameters of type BasedSequence Modifier and Type Method Description voidJekyllTagBlockParser. addLine(ParserState state, BasedSequence line) -
Uses of BasedSequence in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros declared as BasedSequence Modifier and Type Field Description private BasedSequenceMacroDefinitionBlock. closingMarkerprotected BasedSequenceMacroReference. closingMarkerprivate BasedSequenceMacroDefinitionBlock. closingTrailingprivate BasedSequenceMacroDefinitionBlock. nameprivate BasedSequenceMacroDefinitionBlock. openingMarkerprotected BasedSequenceMacroReference. openingMarkerprivate BasedSequenceMacroDefinitionBlock. openingTrailingprotected BasedSequenceMacroReference. textMethods in com.vladsch.flexmark.ext.macros that return BasedSequence Modifier and Type Method Description BasedSequenceMacroDefinitionBlock. getClosingMarker()BasedSequenceMacroReference. getClosingMarker()BasedSequenceMacroDefinitionBlock. getClosingTrailing()BasedSequenceMacroDefinitionBlock. getName()BasedSequenceMacroDefinitionBlock. getOpeningMarker()BasedSequenceMacroReference. getOpeningMarker()BasedSequenceMacroDefinitionBlock. getOpeningTrailing()@NotNull BasedSequenceMacroReference. getReference()@NotNull BasedSequence[]MacroDefinitionBlock. getSegments()@NotNull BasedSequence[]MacroReference. getSegments()BasedSequenceMacroReference. getText()Methods in com.vladsch.flexmark.ext.macros with parameters of type BasedSequence Modifier and Type Method Description voidMacroDefinitionBlock. setClosingMarker(BasedSequence closingMarker)voidMacroReference. setClosingMarker(BasedSequence closingMarker)voidMacroDefinitionBlock. setClosingTrailing(BasedSequence closingTrailing)voidMacroDefinitionBlock. setName(BasedSequence name)voidMacroDefinitionBlock. setOpeningMarker(BasedSequence openingMarker)voidMacroReference. setOpeningMarker(BasedSequence openingMarker)voidMacroDefinitionBlock. setOpeningTrailing(BasedSequence openingTrailing)voidMacroReference. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.macros with parameters of type BasedSequence Constructor Description MacroDefinitionBlock(BasedSequence chars)MacroDefinitionBlock(BasedSequence chars, java.util.List<BasedSequence> segments)MacroReference(BasedSequence chars)MacroReference(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Constructor parameters in com.vladsch.flexmark.ext.macros with type arguments of type BasedSequence Constructor Description MacroDefinitionBlock(BasedSequence chars, java.util.List<BasedSequence> segments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal with parameters of type BasedSequence Modifier and Type Method Description voidMacroDefinitionBlockParser. addLine(ParserState state, BasedSequence line)Constructors in com.vladsch.flexmark.ext.macros.internal with parameters of type BasedSequence Constructor Description MacroDefinitionBlockParser(DataHolder options, BasedSequence openMarker, BasedSequence name, BasedSequence openTrailing) -
Uses of BasedSequence in com.vladsch.flexmark.ext.media.tags.internal
Methods in com.vladsch.flexmark.ext.media.tags.internal with parameters of type BasedSequence Modifier and Type Method Description private booleanMediaTagsNodePostProcessor. isEscaped(BasedSequence chars, java.lang.String prefix)voidAbstractMediaLink. setTextChars(BasedSequence textChars)protected voidAbstractMediaLink. verifyBasedSequence(BasedSequence chars, int startOffset) -
Uses of BasedSequence in com.vladsch.flexmark.ext.resizable.image
Fields in com.vladsch.flexmark.ext.resizable.image declared as BasedSequence Modifier and Type Field Description protected BasedSequenceResizableImage. heightprotected BasedSequenceResizableImage. sourceprotected BasedSequenceResizableImage. textprotected BasedSequenceResizableImage. widthMethods in com.vladsch.flexmark.ext.resizable.image that return BasedSequence Modifier and Type Method Description BasedSequenceResizableImage. getHeight()@NotNull BasedSequence[]ResizableImage. getSegments()BasedSequenceResizableImage. getSource()BasedSequenceResizableImage. getText()BasedSequenceResizableImage. getWidth()Constructors in com.vladsch.flexmark.ext.resizable.image with parameters of type BasedSequence Constructor Description ResizableImage(BasedSequence text, BasedSequence source, BasedSequence width, BasedSequence height) -
Uses of BasedSequence in com.vladsch.flexmark.ext.spec.example
Fields in com.vladsch.flexmark.ext.spec.example declared as BasedSequence Modifier and Type Field Description private BasedSequenceSpecExampleBlock. astprivate BasedSequenceSpecExampleBlock. astSeparatorprivate BasedSequenceSpecExampleBlock. closingMarkerprivate BasedSequenceSpecExampleBlock. coordClosingMarkerprivate BasedSequenceSpecExampleBlock. coordOpeningMarkerprivate BasedSequenceSpecExampleBlock. exampleKeywordprivate BasedSequenceSpecExampleBlock. htmlprivate BasedSequenceSpecExampleBlock. htmlSeparatorprivate BasedSequenceSpecExampleBlock. numberprivate BasedSequenceSpecExampleBlock. numberSeparatorprivate BasedSequenceSpecExampleBlock. openingMarkerprivate BasedSequenceSpecExampleBlock. optionsprivate BasedSequenceSpecExampleBlock. optionsClosingMarkerprivate BasedSequenceSpecExampleBlock. optionsKeywordprivate BasedSequenceSpecExampleBlock. optionsOpeningMarkerprivate BasedSequenceSpecExampleBlock. sectionprivate BasedSequenceSpecExampleBlock. sourceMethods in com.vladsch.flexmark.ext.spec.example with parameters of type BasedSequence Modifier and Type Method Description voidSpecExampleBlock. setAst(BasedSequence ast)voidSpecExampleBlock. setAstSeparator(BasedSequence astSeparator)voidSpecExampleBlock. setClosingMarker(BasedSequence closingMarker)voidSpecExampleBlock. setCoordClosingMarker(BasedSequence coordClosingMarker)voidSpecExampleBlock. setCoordOpeningMarker(BasedSequence coordOpeningMarker)voidSpecExampleBlock. setExampleKeyword(BasedSequence exampleKeyword)voidSpecExampleBlock. setHtml(BasedSequence html)voidSpecExampleBlock. setHtmlSeparator(BasedSequence htmlSeparator)voidSpecExampleBlock. setNumber(BasedSequence number)voidSpecExampleBlock. setNumberSeparator(BasedSequence numberSeparator)voidSpecExampleBlock. setOpeningMarker(BasedSequence openingMarker)voidSpecExampleBlock. setOptions(BasedSequence options)voidSpecExampleBlock. setOptionsClosingMarker(BasedSequence optionsClosingMarker)voidSpecExampleBlock. setOptionsKeyword(BasedSequence optionsKeyword)voidSpecExampleBlock. setOptionsOpeningMarker(BasedSequence optionsOpeningMarker)voidSpecExampleBlock. setSection(BasedSequence section)voidSpecExampleBlock. setSource(BasedSequence source)Constructors in com.vladsch.flexmark.ext.spec.example with parameters of type BasedSequence Constructor Description SpecExampleAst(BasedSequence chars)SpecExampleBlock(BasedSequence chars)SpecExampleBlock(BasedSequence chars, BasedSequence openingMarker, java.util.List<BasedSequence> segments, BasedSequence closingMarker)SpecExampleHtml(BasedSequence chars)SpecExampleOption(BasedSequence chars)SpecExampleOptionSeparator(BasedSequence chars)SpecExampleOptionsList(BasedSequence chars)SpecExampleSeparator(BasedSequence chars)SpecExampleSource(BasedSequence chars)Constructor parameters in com.vladsch.flexmark.ext.spec.example with type arguments of type BasedSequence Constructor Description SpecExampleBlock(BasedSequence chars, BasedSequence openingMarker, java.util.List<BasedSequence> segments, BasedSequence closingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal with parameters of type BasedSequence Modifier and Type Method Description voidSpecExampleBlockParser. addLine(ParserState state, BasedSequence line)private voidSpecExampleNodeRenderer. render(BasedSequence contentChars, java.lang.String language, NodeRendererContext context, HtmlWriter html)private voidSpecExampleNodeRenderer. renderSpecExampleSection(BasedSequence text, java.lang.String sectionLanguage, java.lang.String sectionName, NodeRendererContext context, HtmlWriter html) -
Uses of BasedSequence in com.vladsch.flexmark.ext.superscript
Fields in com.vladsch.flexmark.ext.superscript declared as BasedSequence Modifier and Type Field Description protected BasedSequenceSuperscript. closingMarkerprotected BasedSequenceSuperscript. openingMarkerprotected BasedSequenceSuperscript. textMethods in com.vladsch.flexmark.ext.superscript that return BasedSequence Modifier and Type Method Description BasedSequenceSuperscript. getClosingMarker()BasedSequenceSuperscript. getOpeningMarker()@NotNull BasedSequence[]Superscript. getSegments()BasedSequenceSuperscript. getText()Methods in com.vladsch.flexmark.ext.superscript with parameters of type BasedSequence Modifier and Type Method Description voidSuperscript. setClosingMarker(BasedSequence closingMarker)voidSuperscript. setOpeningMarker(BasedSequence openingMarker)voidSuperscript. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.superscript with parameters of type BasedSequence Constructor Description Superscript(BasedSequence chars)Superscript(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Superscript(BasedSequence chars, java.lang.String superscriptBlockText) -
Uses of BasedSequence in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as BasedSequence Modifier and Type Field Description protected BasedSequenceTableCaption. closingMarkerprotected BasedSequenceTableCell. closingMarkerprotected BasedSequenceTableCaption. openingMarkerprotected BasedSequenceTableCell. openingMarkerprotected BasedSequenceTableCaption. textprotected BasedSequenceTableCell. textMethods in com.vladsch.flexmark.ext.tables that return BasedSequence Modifier and Type Method Description BasedSequenceTableCaption. getClosingMarker()BasedSequenceTableCell. getClosingMarker()BasedSequenceTableCaption. getOpeningMarker()BasedSequenceTableCell. getOpeningMarker()@NotNull BasedSequence[]TableBlock. getSegments()@NotNull BasedSequence[]TableBody. getSegments()@NotNull BasedSequence[]TableCaption. getSegments()@NotNull BasedSequence[]TableCell. getSegments()@NotNull BasedSequence[]TableHead. getSegments()@NotNull BasedSequence[]TableRow. getSegments()@NotNull BasedSequence[]TableSeparator. getSegments()BasedSequenceTableCaption. getText()BasedSequenceTableCell. getText()Methods in com.vladsch.flexmark.ext.tables with parameters of type BasedSequence Modifier and Type Method Description voidTableCaption. setClosingMarker(BasedSequence closingMarker)voidTableCell. setClosingMarker(BasedSequence closingMarker)voidTableCaption. setOpeningMarker(BasedSequence openingMarker)voidTableCell. setOpeningMarker(BasedSequence openingMarker)voidTableCaption. setText(BasedSequence text)voidTableCell. setText(BasedSequence text)Constructors in com.vladsch.flexmark.ext.tables with parameters of type BasedSequence Constructor Description TableBlock(BasedSequence chars)TableBlock(BasedSequence chars, java.util.List<BasedSequence> lineSegments)TableBody(BasedSequence chars)TableCaption(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)TableCaption(BasedSequence chars, BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)TableCell(BasedSequence chars)TableHead(BasedSequence chars)TableRow(BasedSequence chars)TableSeparator(BasedSequence chars)Constructor parameters in com.vladsch.flexmark.ext.tables with type arguments of type BasedSequence Constructor Description TableBlock(BasedSequence chars, java.util.List<BasedSequence> lineSegments)TableBlock(java.util.List<BasedSequence> lineSegments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal that return BasedSequence Modifier and Type Method Description @NotNull BasedSequence[]TableColumnSeparator. getSegments()Methods in com.vladsch.flexmark.ext.tables.internal that return types with arguments of type BasedSequence Modifier and Type Method Description private static java.util.List<BasedSequence>TableParagraphPreProcessor. split(BasedSequence input, boolean columnSpans, boolean wantPipes)Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type BasedSequence Modifier and Type Method Description private java.util.List<TableCell.Alignment>TableParagraphPreProcessor. parseAlignment(BasedSequence separatorLine)private static java.util.List<BasedSequence>TableParagraphPreProcessor. split(BasedSequence input, boolean columnSpans, boolean wantPipes)Constructors in com.vladsch.flexmark.ext.tables.internal with parameters of type BasedSequence Constructor Description TableColumnSeparator(BasedSequence chars)TableSeparatorRow(BasedSequence chars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc declared as BasedSequence Modifier and Type Field Description protected BasedSequenceSimTocBlock. anchorMarkerprotected BasedSequenceTocBlock. closingMarkerprotected BasedSequenceTocBlockBase. closingMarkerprotected BasedSequenceSimTocBlock. closingTitleMarkerprotected BasedSequenceTocBlock. openingMarkerprotected BasedSequenceTocBlockBase. openingMarkerprotected BasedSequenceSimTocBlock. openingTitleMarkerprotected BasedSequenceTocBlock. styleprotected BasedSequenceTocBlockBase. styleprotected BasedSequenceSimTocBlock. titleprotected BasedSequenceTocBlock. tocKeywordprotected BasedSequenceTocBlockBase. tocKeywordMethods in com.vladsch.flexmark.ext.toc that return BasedSequence Modifier and Type Method Description BasedSequenceSimTocBlock. getAnchorMarker()BasedSequenceTocBlock. getClosingMarker()BasedSequenceTocBlockBase. getClosingMarker()BasedSequenceSimTocBlock. getClosingTitleMarker()BasedSequenceTocBlock. getOpeningMarker()BasedSequenceTocBlockBase. getOpeningMarker()BasedSequenceSimTocBlock. getOpeningTitleMarker()@NotNull BasedSequence[]SimTocBlock. getSegments()@NotNull BasedSequence[]SimTocContent. getSegments()@NotNull BasedSequence[]SimTocOption. getSegments()@NotNull BasedSequence[]SimTocOptionList. getSegments()@NotNull BasedSequence[]TocBlock. getSegments()@NotNull BasedSequence[]TocBlockBase. getSegments()BasedSequenceTocBlock. getStyle()BasedSequenceTocBlockBase. getStyle()BasedSequenceSimTocBlock. getTitle()BasedSequenceTocBlock. getTocKeyword()BasedSequenceTocBlockBase. getTocKeyword()Methods in com.vladsch.flexmark.ext.toc with parameters of type BasedSequence Modifier and Type Method Description static voidTocUtils. renderHtmlToc(HtmlWriter out, BasedSequence sourceText, java.util.List<java.lang.Integer> headings, java.util.List<java.lang.String> headingTexts, java.util.List<java.lang.String> headingRefIds, TocOptions tocOptions)Constructors in com.vladsch.flexmark.ext.toc with parameters of type BasedSequence Constructor Description SimTocBlock(BasedSequence chars)SimTocBlock(BasedSequence chars, BasedSequence styleChars, BasedSequence titleChars)SimTocContent(BasedSequence chars)SimTocContent(BasedSequence chars, java.util.List<BasedSequence> lineSegments)SimTocOption(BasedSequence chars)SimTocOptionList(BasedSequence chars)TocBlock(BasedSequence chars)TocBlock(BasedSequence chars, boolean closingSimToc)TocBlock(BasedSequence chars, BasedSequence styleChars)TocBlock(BasedSequence chars, BasedSequence styleChars, boolean closingSimToc)TocBlockBase(BasedSequence chars)TocBlockBase(BasedSequence chars, boolean closingSimToc)TocBlockBase(BasedSequence chars, BasedSequence styleChars)TocBlockBase(BasedSequence chars, BasedSequence styleChars, boolean closingSimToc)Constructor parameters in com.vladsch.flexmark.ext.toc with type arguments of type BasedSequence Constructor Description SimTocContent(BasedSequence chars, java.util.List<BasedSequence> lineSegments)SimTocContent(java.util.List<BasedSequence> lineSegments) -
Uses of BasedSequence in com.vladsch.flexmark.ext.toc.internal
Fields in com.vladsch.flexmark.ext.toc.internal declared as BasedSequence Modifier and Type Field Description private BasedSequenceSimTocBlockParser. blankLineSpacerMethods in com.vladsch.flexmark.ext.toc.internal with parameters of type BasedSequence Modifier and Type Method Description voidSimTocBlockParser. addLine(ParserState state, BasedSequence line)voidTocBlockParser. addLine(ParserState state, BasedSequence line)Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>SimTocOptionTypes. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>TocLevelsOptionParser. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>TocOptionTypes. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)Constructors in com.vladsch.flexmark.ext.toc.internal with parameters of type BasedSequence Constructor Description SimTocBlockParser(DataHolder options, BasedSequence tocChars, BasedSequence styleChars, BasedSequence titleChars)TocBlockParser(DataHolder options, BasedSequence tocChars, BasedSequence styleChars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.typographic
Fields in com.vladsch.flexmark.ext.typographic declared as BasedSequence Modifier and Type Field Description protected BasedSequenceTypographicQuotes. closingMarkerprotected BasedSequenceTypographicQuotes. openingMarkerprotected BasedSequenceTypographicQuotes. textMethods in com.vladsch.flexmark.ext.typographic that return BasedSequence Modifier and Type Method Description BasedSequenceTypographicQuotes. getClosingMarker()BasedSequenceTypographicQuotes. getOpeningMarker()@NotNull BasedSequence[]TypographicQuotes. getSegments()@NotNull BasedSequence[]TypographicSmarts. getSegments()BasedSequenceTypographicQuotes. getText()Methods in com.vladsch.flexmark.ext.typographic with parameters of type BasedSequence Modifier and Type Method Description voidTypographicQuotes. setClosingMarker(BasedSequence closingMarker)voidTypographicQuotes. setOpeningMarker(BasedSequence openingMarker)voidTypographicQuotes. setText(BasedSequence text)Method parameters in com.vladsch.flexmark.ext.typographic with type arguments of type BasedSequence Modifier and Type Method Description booleanTypographicSmarts. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)booleanTypographicSmarts. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Constructors in com.vladsch.flexmark.ext.typographic with parameters of type BasedSequence Constructor Description TypographicQuotes(BasedSequence chars)TypographicQuotes(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)TypographicSmarts(BasedSequence chars)TypographicSmarts(BasedSequence chars, java.lang.String typographicText) -
Uses of BasedSequence in com.vladsch.flexmark.ext.wikilink
Fields in com.vladsch.flexmark.ext.wikilink declared as BasedSequence Modifier and Type Field Description protected BasedSequenceWikiNode. anchorMarkerprotected BasedSequenceWikiNode. anchorRefprotected BasedSequenceWikiNode. closingMarkerprotected BasedSequenceWikiNode. linkprotected BasedSequenceWikiNode. openingMarkerprotected BasedSequenceWikiNode. pageRefprotected BasedSequenceWikiNode. textprotected BasedSequenceWikiNode. textSeparatorMarkerMethods in com.vladsch.flexmark.ext.wikilink that return BasedSequence Modifier and Type Method Description BasedSequenceWikiNode. getAnchorMarker()BasedSequenceWikiNode. getAnchorRef()BasedSequenceWikiNode. getClosingMarker()BasedSequenceWikiNode. getLink()BasedSequenceWikiNode. getOpeningMarker()BasedSequenceWikiNode. getPageRef()@NotNull BasedSequence[]WikiNode. getSegments()BasedSequenceWikiNode. getText()BasedSequenceWikiNode. getTextSeparatorMarker()Methods in com.vladsch.flexmark.ext.wikilink with parameters of type BasedSequence Modifier and Type Method Description voidWikiNode. setAnchorMarker(BasedSequence anchorMarker)voidWikiNode. setAnchorRef(BasedSequence anchorRef)voidWikiNode. setClosingMarker(BasedSequence closingMarker)voidWikiNode. setLink(BasedSequence linkChars, boolean allowAnchors, boolean canEscapeAnchor)voidWikiNode. setLinkChars(BasedSequence linkChars, boolean allowAnchors, boolean canEscapePipe, boolean canEscapeAnchor)voidWikiNode. setOpeningMarker(BasedSequence openingMarker)voidWikiNode. setPageRef(BasedSequence pageRef)voidWikiNode. setText(BasedSequence text)voidWikiNode. setTextSeparatorMarker(BasedSequence textSeparatorMarker)Method parameters in com.vladsch.flexmark.ext.wikilink with type arguments of type BasedSequence Modifier and Type Method Description booleanWikiNode. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)booleanWikiNode. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Constructors in com.vladsch.flexmark.ext.wikilink with parameters of type BasedSequence Constructor Description WikiImage(BasedSequence chars, boolean linkIsFirst, boolean canEscapePipe)WikiLink(BasedSequence chars, boolean linkIsFirst, boolean allowAnchors, boolean canEscapePipe, boolean canEscapeAnchor)WikiNode(BasedSequence chars, boolean linkIsFirst, boolean allowAnchors, boolean canEscapePipe, boolean canEscapeAnchor) -
Uses of BasedSequence in com.vladsch.flexmark.ext.wikilink.internal
Methods in com.vladsch.flexmark.ext.wikilink.internal that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceWikiLinkLinkRefProcessor. adjustInlineText(@NotNull Document document, @NotNull Node node)Methods in com.vladsch.flexmark.ext.wikilink.internal with parameters of type BasedSequence Modifier and Type Method Description booleanWikiLinkLinkRefProcessor. allowDelimiters(@NotNull BasedSequence chars, @NotNull Document document, @NotNull Node node)@NotNull NodeWikiLinkLinkRefProcessor. createNode(@NotNull BasedSequence nodeChars)booleanWikiLinkLinkRefProcessor. isMatch(@NotNull BasedSequence nodeChars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.xwiki.macros
Fields in com.vladsch.flexmark.ext.xwiki.macros declared as BasedSequence Modifier and Type Field Description protected BasedSequenceMacroAttribute. attributeprotected BasedSequenceMacro. attributeTextprotected BasedSequenceMacro. closingMarkerprotected BasedSequenceMacroAttribute. closingMarkerprotected BasedSequenceMacroClose. closingMarkerprotected BasedSequenceMacro. nameprotected BasedSequenceMacroClose. nameprotected BasedSequenceMacro. openingMarkerprotected BasedSequenceMacroAttribute. openingMarkerprotected BasedSequenceMacroClose. openingMarkerprotected BasedSequenceMacroAttribute. separatorprotected BasedSequenceMacroAttribute. valueMethods in com.vladsch.flexmark.ext.xwiki.macros that return BasedSequence Modifier and Type Method Description BasedSequenceMacroAttribute. getAttribute()BasedSequenceMacro. getAttributeText()BasedSequenceMacro. getClosingMarker()BasedSequenceMacroAttribute. getClosingMarker()BasedSequenceMacroClose. getClosingMarker()BasedSequenceMacro. getMacroContentChars()BasedSequenceMacroBlock. getMacroContentChars()BasedSequenceMacro. getName()BasedSequenceMacroClose. getName()BasedSequenceMacro. getOpeningMarker()BasedSequenceMacroAttribute. getOpeningMarker()BasedSequenceMacroClose. getOpeningMarker()@NotNull BasedSequence[]Macro. getSegments()@NotNull BasedSequence[]MacroAttribute. getSegments()@NotNull BasedSequence[]MacroBlock. getSegments()@NotNull BasedSequence[]MacroClose. getSegments()BasedSequenceMacroAttribute. getSeparator()BasedSequenceMacroAttribute. getValue()Methods in com.vladsch.flexmark.ext.xwiki.macros with parameters of type BasedSequence Modifier and Type Method Description voidMacroAttribute. setAttribute(BasedSequence attribute)voidMacro. setAttributeText(BasedSequence attributeText)voidMacro. setClosingMarker(BasedSequence closingMarker)voidMacroAttribute. setClosingMarker(BasedSequence closingMarker)voidMacroClose. setClosingMarker(BasedSequence closingMarker)voidMacro. setName(BasedSequence name)voidMacroClose. setName(BasedSequence name)voidMacro. setOpeningMarker(BasedSequence openingMarker)voidMacroAttribute. setOpeningMarker(BasedSequence openingMarker)voidMacroClose. setOpeningMarker(BasedSequence openingMarker)voidMacroAttribute. setSeparator(BasedSequence separator)voidMacroAttribute. setValue(BasedSequence value)Constructors in com.vladsch.flexmark.ext.xwiki.macros with parameters of type BasedSequence Constructor Description Macro(BasedSequence chars)Macro(BasedSequence openingMarker, BasedSequence name, BasedSequence closingMarker)MacroAttribute(BasedSequence chars)MacroAttribute(BasedSequence attribute, BasedSequence separator, BasedSequence openingMarker, BasedSequence value, BasedSequence closingMarker)MacroBlock(BasedSequence chars)MacroClose(BasedSequence chars)MacroClose(BasedSequence openingMarker, BasedSequence name, BasedSequence closingMarker) -
Uses of BasedSequence in com.vladsch.flexmark.ext.xwiki.macros.internal
Fields in com.vladsch.flexmark.ext.xwiki.macros.internal declared as BasedSequence Modifier and Type Field Description private BasedSequenceMacroBlockParser. macroNameMethods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type BasedSequence Modifier and Type Method Description voidMacroBlockParser. addLine(ParserState state, BasedSequence line)Constructors in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type BasedSequence Constructor Description MacroBlockParser(DataHolder options, MacroParsing parsing, BasedSequence macroName, boolean oneLine) -
Uses of BasedSequence in com.vladsch.flexmark.ext.yaml.front.matter
Fields in com.vladsch.flexmark.ext.yaml.front.matter declared as BasedSequence Modifier and Type Field Description private BasedSequenceYamlFrontMatterNode. keyMethods in com.vladsch.flexmark.ext.yaml.front.matter that return BasedSequence Modifier and Type Method Description BasedSequenceYamlFrontMatterNode. getKeySequence()@NotNull BasedSequence[]YamlFrontMatterBlock. getSegments()@NotNull BasedSequence[]YamlFrontMatterNode. getSegments()@NotNull BasedSequence[]YamlFrontMatterValue. getSegments()Methods in com.vladsch.flexmark.ext.yaml.front.matter that return types with arguments of type BasedSequence Modifier and Type Method Description java.util.List<BasedSequence>YamlFrontMatterNode. getValuesSequences()Methods in com.vladsch.flexmark.ext.yaml.front.matter with parameters of type BasedSequence Modifier and Type Method Description voidYamlFrontMatterNode. setKey(BasedSequence key)Constructors in com.vladsch.flexmark.ext.yaml.front.matter with parameters of type BasedSequence Constructor Description YamlFrontMatterNode(BasedSequence key, java.util.List<BasedSequence> values)YamlFrontMatterValue(BasedSequence chars)Constructor parameters in com.vladsch.flexmark.ext.yaml.front.matter with type arguments of type BasedSequence Constructor Description YamlFrontMatterNode(BasedSequence key, java.util.List<BasedSequence> values) -
Uses of BasedSequence in com.vladsch.flexmark.ext.yaml.front.matter.internal
Fields in com.vladsch.flexmark.ext.yaml.front.matter.internal declared as BasedSequence Modifier and Type Field Description private BasedSequenceYamlFrontMatterBlockParser. currentKeyFields in com.vladsch.flexmark.ext.yaml.front.matter.internal with type parameters of type BasedSequence Modifier and Type Field Description private java.util.List<BasedSequence>YamlFrontMatterBlockParser. currentValuesMethods in com.vladsch.flexmark.ext.yaml.front.matter.internal with parameters of type BasedSequence Modifier and Type Method Description voidYamlFrontMatterBlockParser. addLine(ParserState state, BasedSequence line) -
Uses of BasedSequence in com.vladsch.flexmark.ext.youtube.embedded
Methods in com.vladsch.flexmark.ext.youtube.embedded with parameters of type BasedSequence Modifier and Type Method Description voidYouTubeLink. setTextChars(BasedSequence textChars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz declared as BasedSequence Modifier and Type Field Description protected BasedSequenceZzzzzz. closingMarkerprotected BasedSequenceZzzzzzBlock. closingMarkerprotected BasedSequenceZzzzzz. openingMarkerprotected BasedSequenceZzzzzzBlock. openingMarkerprotected BasedSequenceZzzzzz. textprotected BasedSequenceZzzzzzBlock. textprotected BasedSequenceZzzzzzBlock. zzzzzzMethods in com.vladsch.flexmark.ext.zzzzzz that return BasedSequence Modifier and Type Method Description BasedSequenceZzzzzz. getClosingMarker()BasedSequenceZzzzzzBlock. getClosingMarker()BasedSequenceZzzzzz. getOpeningMarker()BasedSequenceZzzzzzBlock. getOpeningMarker()@NotNull BasedSequence[]Zzzzzz. getSegments()@NotNull BasedSequence[]ZzzzzzBlock. getSegments()BasedSequenceZzzzzz. getText()BasedSequenceZzzzzzBlock. getText()BasedSequenceZzzzzzBlock. getZzzzzz()Methods in com.vladsch.flexmark.ext.zzzzzz with parameters of type BasedSequence Modifier and Type Method Description voidZzzzzz. setClosingMarker(BasedSequence closingMarker)voidZzzzzzBlock. setClosingMarker(BasedSequence closingMarker)voidZzzzzz. setOpeningMarker(BasedSequence openingMarker)voidZzzzzzBlock. setOpeningMarker(BasedSequence openingMarker)voidZzzzzz. setText(BasedSequence text)voidZzzzzzBlock. setText(BasedSequence text)voidZzzzzzBlock. setZzzzzz(BasedSequence zzzzzz)Constructors in com.vladsch.flexmark.ext.zzzzzz with parameters of type BasedSequence Constructor Description Zzzzzz(BasedSequence chars)Zzzzzz(BasedSequence openingMarker, BasedSequence text, BasedSequence closingMarker)Zzzzzz(BasedSequence chars, java.lang.String zzzzzzBlockText)ZzzzzzBlock(BasedSequence chars) -
Uses of BasedSequence in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceZzzzzzLinkRefProcessor. adjustInlineText(@NotNull Document document, @NotNull Node node)Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type BasedSequence Modifier and Type Method Description voidZzzzzzBlockParser. addLine(ParserState state, BasedSequence line)booleanZzzzzzLinkRefProcessor. allowDelimiters(@NotNull BasedSequence chars, @NotNull Document document, @NotNull Node node)@NotNull NodeZzzzzzLinkRefProcessor. createNode(@NotNull BasedSequence nodeChars)booleanZzzzzzLinkRefProcessor. isMatch(@NotNull BasedSequence nodeChars) -
Uses of BasedSequence in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as BasedSequence Modifier and Type Field Description private BasedSequenceFormatter.MainNodeFormatter. blockQuoteLikeChars(package private) BasedSequenceFormatter.MainNodeFormatter. trackedSequenceFields in com.vladsch.flexmark.formatter with type parameters of type BasedSequence Modifier and Type Field Description static DataKey<BasedSequence>Formatter. TRACKED_SEQUENCEMethods in com.vladsch.flexmark.formatter that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceFormatter.MainNodeFormatter. getBlockQuoteLikePrefixChars()@NotNull BasedSequenceFormatter.MainNodeFormatter.SubNodeFormatter. getBlockQuoteLikePrefixChars()@NotNull BasedSequenceNodeFormatterContext. getBlockQuoteLikePrefixChars()static BasedSequenceFormatterUtils. getSoftLineBreakSpan(Node node)@NotNull BasedSequenceFormatter.MainNodeFormatter. getTrackedSequence()@NotNull BasedSequenceFormatter.MainNodeFormatter.SubNodeFormatter. getTrackedSequence()@NotNull BasedSequenceNodeFormatterContext. getTrackedSequence()NOTE: parser can only use a contiguous sequence, not segmented.@NotNull BasedSequenceMarkdownWriter. lastBlockQuoteChildPrefix(BasedSequence prefix)Methods in com.vladsch.flexmark.formatter with parameters of type BasedSequence Modifier and Type Method Description static voidFormatterUtils. appendWhiteSpaceBetween(MarkdownWriter markdown, BasedSequence prev, BasedSequence next, boolean preserve, boolean collapse, boolean collapseToEOL)static @NotNull java.lang.StringFormatterUtils. getActualAdditionalPrefix(BasedSequence contentChars, MarkdownWriter markdown)static @NotNull java.lang.StringFormatterUtils. getAdditionalPrefix(BasedSequence fromChars, BasedSequence toChars)static java.lang.StringFormatterUtils. getBlockLikePrefix(BlockQuoteLike node, NodeFormatterContext context, BlockQuoteMarker blockQuoteMarkers, @NotNull BasedSequence prefix)@NotNull BasedSequenceMarkdownWriter. lastBlockQuoteChildPrefix(BasedSequence prefix)static voidFormatterUtils. renderListItem(ListItem node, NodeFormatterContext context, MarkdownWriter markdown, ListOptions listOptions, BasedSequence markerSuffix, boolean addBlankLineLooseItems) -
Uses of BasedSequence in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html that return BasedSequence Modifier and Type Method Description @NotNull BasedSequence[]EmbeddedAttributeProvider.EmbeddedNodeAttributes. getSegments()Methods in com.vladsch.flexmark.html with parameters of type BasedSequence Modifier and Type Method Description @NotNull HtmlWriterHtmlWriter. srcPos(@NotNull BasedSequence sourceText)@NotNull HtmlWriterHtmlWriter. srcPosWithEOL(@NotNull BasedSequence sourceText)@NotNull HtmlWriterHtmlWriter. srcPosWithTrailingEOL(@NotNull BasedSequence sourceText) -
Uses of BasedSequence in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer with parameters of type BasedSequence Modifier and Type Method Description private voidCoreNodeRenderer. renderChildrenSourceLineWrapped(Node node, BasedSequence nodeChildText, NodeRendererContext context, HtmlWriter html) -
Uses of BasedSequence in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceHtmlMarkdownWriter. lastBlockQuoteChildPrefix(BasedSequence prefix)Methods in com.vladsch.flexmark.html2md.converter with parameters of type BasedSequence Modifier and Type Method Description @NotNull BasedSequenceHtmlMarkdownWriter. lastBlockQuoteChildPrefix(BasedSequence prefix) -
Uses of BasedSequence in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal that return BasedSequence Modifier and Type Method Description static BasedSequenceJiraConverterNodeRenderer. getSoftLineBreakSpan(Node node) -
Uses of BasedSequence in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser declared as BasedSequence Modifier and Type Field Description protected BasedSequenceLightInlineParserImpl. inputFields in com.vladsch.flexmark.parser with type parameters of type BasedSequence Modifier and Type Field Description protected java.util.ArrayList<BasedSequence>LightInlineParserImpl. currentTextMethods in com.vladsch.flexmark.parser that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceLinkRefProcessor. adjustInlineText(@NotNull Document document, @NotNull Node node)Adjust child nodes' text as needed when some of the link ref text was used in the opening or closing sequence of the node or if the children are not desired then removeIndex them.@NotNull BasedSequenceLightInlineParser. getInput()@NotNull BasedSequenceLightInlineParserImpl. getInput()@Nullable BasedSequenceLightInlineParser. match(java.util.regex.Pattern re)BasedSequenceLightInlineParserImpl. match(java.util.regex.Pattern re)If RE matches at current index in the input, advance index and return the match; otherwise return null.@Nullable BasedSequence[]LightInlineParser. matchWithGroups(java.util.regex.Pattern re)BasedSequence[]LightInlineParserImpl. matchWithGroups(java.util.regex.Pattern re)If RE matches at current index in the input, advance index and return the match; otherwise return null.@Nullable BasedSequenceInlineParser. parseLinkDestination()@Nullable BasedSequenceInlineParser. parseLinkTitle()@Nullable BasedSequenceInlineParser. toEOL()@Nullable BasedSequenceLightInlineParser. toEOL()@Nullable BasedSequenceLightInlineParserImpl. toEOL()Parse to end of line, including EOLMethods in com.vladsch.flexmark.parser that return types with arguments of type BasedSequence Modifier and Type Method Description @NotNull java.util.ArrayList<BasedSequence>LightInlineParser. getCurrentText()@NotNull java.util.ArrayList<BasedSequence>LightInlineParserImpl. getCurrentText()Methods in com.vladsch.flexmark.parser with parameters of type BasedSequence Modifier and Type Method Description booleanLinkRefProcessor. allowDelimiters(@NotNull BasedSequence chars, @NotNull Document document, @NotNull Node node)Allows the delimiter processor to allow/disallow other delimiters in its inline text@NotNull TextLightInlineParser. appendSeparateText(@NotNull BasedSequence text)@NotNull TextLightInlineParserImpl. appendSeparateText(@NotNull BasedSequence text)voidLightInlineParser. appendText(@NotNull BasedSequence text)voidLightInlineParser. appendText(@NotNull BasedSequence text, int beginIndex, int endIndex)voidLightInlineParserImpl. appendText(@NotNull BasedSequence text)voidLightInlineParserImpl. appendText(@NotNull BasedSequence text, int beginIndex, int endIndex)@NotNull NodeLinkRefProcessor. createNode(@NotNull BasedSequence nodeChars)Create the desired element that was previously matched with isMatchbooleanLinkRefProcessor. isMatch(@NotNull BasedSequence nodeChars)Test whether the element matches desired one.voidInlineParser. parse(@NotNull BasedSequence input, @NotNull Node node)@NotNull DocumentParser. parse(@NotNull BasedSequence input)Parse the specified input text into a tree of nodes.@Nullable java.util.List<Node>InlineParser. parseCustom(@NotNull BasedSequence input, @NotNull Node node, @NotNull java.util.BitSet customCharacters, @NotNull java.util.Map<java.lang.Character,CharacterNodeFactory> nodeFactoryMap)voidLightInlineParser. setInput(BasedSequence input)voidLightInlineParserImpl. setInput(BasedSequence input) -
Uses of BasedSequence in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return BasedSequence Modifier and Type Method Description BasedSequenceParserState. getLine()BasedSequenceParserState. getLineWithEOL()BasedSequenceMatchedBlockParser. getParagraphContent()Returns the current content of the paragraph if the matched block is a paragraph.Methods in com.vladsch.flexmark.parser.block that return types with arguments of type BasedSequence Modifier and Type Method Description java.util.List<BasedSequence>ParserState. getLineSegments()Returns a list of document lines encountered this far in the parsing processjava.util.List<BasedSequence>MatchedBlockParser. getParagraphLines()Methods in com.vladsch.flexmark.parser.block with parameters of type BasedSequence Modifier and Type Method Description voidAbstractBlockParser. addLine(ParserState state, BasedSequence line)voidBlockParser. addLine(ParserState state, BasedSequence line)Add another line to the block -
Uses of BasedSequence in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as BasedSequence Modifier and Type Field Description (package private) BasedSequenceListBlockParser.ListData. listMarker(package private) BasedSequenceListBlockParser.ListData. markerSuffix(package private) BasedSequenceListBlockParser. myItemHandledLineMethods in com.vladsch.flexmark.parser.core that return BasedSequence Modifier and Type Method Description (package private) BasedSequenceListBlockParser. getItemHandledLine()Methods in com.vladsch.flexmark.parser.core with parameters of type BasedSequence Modifier and Type Method Description voidDocumentBlockParser. addLine(ParserState state, BasedSequence line)voidFencedCodeBlockParser. addLine(ParserState state, BasedSequence line)voidHtmlBlockParser. addLine(ParserState state, BasedSequence line)voidIndentedCodeBlockParser. addLine(ParserState state, BasedSequence line)voidParagraphParser. addLine(ParserState state, BasedSequence line)booleanListBlockParser.ListItemLeadInHandler. escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)voidDocumentBlockParser. initializeDocument(DataHolder options, BasedSequence charSequence)(package private) voidListBlockParser. setItemHandledLine(BasedSequence itemHandledLine)(package private) voidListBlockParser. setItemHandledLineSkipActive(BasedSequence itemHandledLine)(package private) voidListBlockParser. setItemHandledNewItemLine(BasedSequence itemHandledLine)(package private) voidListBlockParser. setItemHandledNewListLine(BasedSequence itemHandledLine)booleanListBlockParser.ListItemLeadInHandler. unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)Constructors in com.vladsch.flexmark.parser.core with parameters of type BasedSequence Constructor Description BlockQuoteParser(DataHolder options, BasedSequence marker)ListData(ListBlock listBlock, boolean isEmpty, int markerIndex, int markerColumn, int markerIndent, int contentOffset, BasedSequence listMarker, boolean isNumberedList, BasedSequence markerSuffix, int markerSuffixOffset)ThematicBreakParser(BasedSequence line) -
Uses of BasedSequence in com.vladsch.flexmark.parser.core.delimiter
Fields in com.vladsch.flexmark.parser.core.delimiter declared as BasedSequence Modifier and Type Field Description private BasedSequenceDelimiter. inputMethods in com.vladsch.flexmark.parser.core.delimiter that return BasedSequence Modifier and Type Method Description BasedSequenceDelimiter. getInput()BasedSequenceDelimiter. getLeadChars(int delimiterUse)BasedSequenceDelimiter. getTailChars(int delimiterUse)Methods in com.vladsch.flexmark.parser.core.delimiter with parameters of type BasedSequence Modifier and Type Method Description static BracketBracket. image(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)booleanBracket. isStraddling(BasedSequence nodeChars)static BracketBracket. link(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)Constructors in com.vladsch.flexmark.parser.core.delimiter with parameters of type BasedSequence Constructor Description Bracket(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter, boolean image)Delimiter(BasedSequence input, Text node, char delimiterChar, boolean canOpen, boolean canClose, Delimiter previous, int index) -
Uses of BasedSequence in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as BasedSequence Modifier and Type Field Description private BasedSequenceDocumentParser. lineprivate BasedSequenceDocumentParser. lineWithEOLBasedSequenceInlineParserImpl.ReferenceProcessorMatch. nodeCharsFields in com.vladsch.flexmark.parser.internal with type parameters of type BasedSequence Modifier and Type Field Description private java.util.List<BasedSequence>DocumentParser. lineSegmentsMethods in com.vladsch.flexmark.parser.internal that return BasedSequence Modifier and Type Method Description BasedSequenceDocumentParser. getLine()BasedSequenceDocumentParser. getLineWithEOL()BasedSequenceMatchedBlockParserImpl. getParagraphContent()BasedSequenceInlineParserImpl. parseLinkDestination()Attempt to parse link destination,BasedSequenceLinkDestinationParser. parseLinkDestination(BasedSequence input, int startIndex)BasedSequenceInlineParserImpl. parseLinkTitle()Attempt to parse link title (sans quotes),Methods in com.vladsch.flexmark.parser.internal that return types with arguments of type BasedSequence Modifier and Type Method Description java.util.List<BasedSequence>DocumentParser. getLineSegments()java.util.List<BasedSequence>MatchedBlockParserImpl. getParagraphLines()Methods in com.vladsch.flexmark.parser.internal with parameters of type BasedSequence Modifier and Type Method Description protected static booleanInlineParserImpl. containsLinkRefs(BasedSequence nodeChars, Node next, java.lang.Boolean isTentative)private voidDocumentParser. incorporateLine(BasedSequence ln)Analyze a line of text and update the document appropriately.voidInlineParserImpl. parse(@NotNull BasedSequence content, @NotNull Node block)Parse content in block into inline children, using reference map to resolve references.@Nullable java.util.List<Node>InlineParserImpl. parseCustom(@NotNull BasedSequence input, @NotNull Node node, @NotNull java.util.BitSet customCharacters, @NotNull java.util.Map<java.lang.Character,CharacterNodeFactory> nodeFactoryMap)BasedSequenceLinkDestinationParser. parseLinkDestination(BasedSequence input, int startIndex)protected intInlineParserImpl. parseReference(Block block, BasedSequence s)Attempt to parse a reference definition, modifying the internal reference map.Constructors in com.vladsch.flexmark.parser.internal with parameters of type BasedSequence Constructor Description ReferenceProcessorMatch(LinkRefProcessor processor, boolean wantExclamation, BasedSequence nodeChars) -
Uses of BasedSequence in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as BasedSequence Modifier and Type Field Description @NotNull BasedSequenceExampleOption. customParams@NotNull BasedSequenceExampleOption. optionName@NotNull BasedSequenceExampleOption. optionTextMethods in com.vladsch.flexmark.test.util that return BasedSequence Modifier and Type Method Description static BasedSequenceTestUtils. stripIndent(BasedSequence input, java.lang.CharSequence sourceIndent)Methods in com.vladsch.flexmark.test.util that return types with arguments of type BasedSequence Modifier and Type Method Description static Pair<BasedSequence,int[]>TestUtils. extractMarkup(BasedSequence input)Methods in com.vladsch.flexmark.test.util with parameters of type BasedSequence Modifier and Type Method Description static Pair<BasedSequence,int[]>TestUtils. extractMarkup(BasedSequence input)static SequenceBuilderTestUtils. insertCaretMarkup(BasedSequence sequence, int[] offsets)static BasedSequenceTestUtils. stripIndent(BasedSequence input, java.lang.CharSequence sourceIndent)Constructors in com.vladsch.flexmark.test.util with parameters of type BasedSequence Constructor Description ExampleOption(@NotNull BasedSequence optionText, @NotNull BasedSequence optionName, @NotNull BasedSequence customParams, boolean isBuiltIn, boolean isDisabled, boolean isCustom, boolean isValid) -
Uses of BasedSequence in com.vladsch.flexmark.util.ast
Fields in com.vladsch.flexmark.util.ast declared as BasedSequence Modifier and Type Field Description private @NotNull BasedSequenceNode. charsstatic BasedSequence[]Node. EMPTY_SEGMENTSFields in com.vladsch.flexmark.util.ast with type parameters of type BasedSequence Modifier and Type Field Description private java.util.ArrayList<BasedSequence>BlockContent. linesprotected java.util.List<BasedSequence>ContentNode. lineSegmentsMethods in com.vladsch.flexmark.util.ast that return BasedSequence Modifier and Type Method Description BasedSequenceNode. baseSubSequence(int startIndex)BasedSequenceNode. baseSubSequence(int startIndex, int endIndex)BasedSequenceTextCollectingVisitor. collectAndGetSequence(Node node)BasedSequenceTextCollectingVisitor. collectAndGetSequence(Node node, int flags)BasedSequenceNode. getBaseSequence()@NotNull BasedSequenceSpaceInsertingSequenceBuilder. getBaseSequence()BasedSequenceBlockQuoteLike. getChars()BasedSequenceDelimitedNode. getChars()@NotNull BasedSequenceNode. getChars()@NotNull BasedSequenceNode. getCharsFromSegments()Get the char sequence from segments making up the node's characters.BasedSequenceNode. getChildChars()BasedSequenceDelimitedNode. getClosingMarker()@NotNull BasedSequenceContent. getContentChars()@NotNull BasedSequenceContent. getContentChars(int startLine, int endLine)@NotNull BasedSequenceContentNode. getContentChars()@NotNull BasedSequenceContentNode. getContentChars(int startLine, int endLine)@NotNull BasedSequenceBlockContent. getContents()@NotNull BasedSequenceBlockContent. getContents(int startLine, int endLine)BasedSequenceNode. getEmptyPrefix()BasedSequenceNode. getEmptySuffix()BasedSequenceNode. getExactChildChars()static @NotNull BasedSequenceNode. getLeadSegment(@NotNull BasedSequence[] segments)@NotNull BasedSequenceBlockContent. getLine(int line)@NotNull BasedSequenceContent. getLineChars(int index)@NotNull BasedSequenceContentNode. getLineChars(int index)BasedSequenceBlockQuoteLike. getOpeningMarker()BasedSequenceDelimitedNode. getOpeningMarker()@NotNull BasedSequenceReferencingNode. getReference()@NotNull BasedSequence[]BlankLine. getSegments()@NotNull BasedSequence[]Document. getSegments()abstract @NotNull BasedSequence[]Node. getSegments()@NotNull BasedSequence[]Node. getSegmentsForChars()Get the segments making up the node's characters.BasedSequenceTextCollectingVisitor. getSequence()@Nullable BasedSequenceSpaceInsertingSequenceBuilder. getSingleBasedSequence()@NotNull BasedSequenceBlockContent. getSpanningChars()@NotNull BasedSequenceContent. getSpanningChars()@NotNull BasedSequenceContentNode. getSpanningChars()private static @NotNull BasedSequenceContentNode. getSpanningChars(@NotNull java.util.List<BasedSequence> lineSegments)BasedSequenceDelimitedNode. getText()static @NotNull BasedSequenceNode. getTrailSegment(BasedSequence[] segments)static @NotNull BasedSequenceNode. spanningChars(BasedSequence... segments)@NotNull BasedSequenceSpaceInsertingSequenceBuilder. toSequence()Methods in com.vladsch.flexmark.util.ast that return types with arguments of type BasedSequence Modifier and Type Method Description @NotNull java.util.List<BasedSequence>Content. getContentLines()@NotNull java.util.List<BasedSequence>Content. getContentLines(int startLine, int endLine)@NotNull java.util.List<BasedSequence>ContentNode. getContentLines()@NotNull java.util.List<BasedSequence>ContentNode. getContentLines(int startLine, int endLine)@NotNull java.util.List<BasedSequence>BlockContent. getLines()Methods in com.vladsch.flexmark.util.ast with parameters of type BasedSequence Modifier and Type Method Description voidBlockContent. add(@NotNull BasedSequence lineWithEOL, int lineIndent)static voidNode. delimitedSegmentSpan(@NotNull java.lang.StringBuilder out, @NotNull BasedSequence openingSequence, @NotNull BasedSequence sequence, @NotNull BasedSequence closingSequence, @NotNull java.lang.String name)static voidNode. delimitedSegmentSpanChars(@NotNull java.lang.StringBuilder out, @NotNull BasedSequence openingSequence, @NotNull BasedSequence sequence, @NotNull BasedSequence closingSequence, @NotNull java.lang.String name)static @NotNull SpaceInsertingSequenceBuilderSpaceInsertingSequenceBuilder. emptyBuilder(@NotNull BasedSequence base)static @NotNull SpaceInsertingSequenceBuilderSpaceInsertingSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, int options)static @NotNull SpaceInsertingSequenceBuilderSpaceInsertingSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, int options, @NotNull SegmentOptimizer optimizer)static @NotNull SpaceInsertingSequenceBuilderSpaceInsertingSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, @NotNull SegmentOptimizer optimizer)static @NotNull BasedSequenceNode. getLeadSegment(@NotNull BasedSequence[] segments)static @NotNull BasedSequenceNode. getTrailSegment(BasedSequence[] segments)@NotNull NodeIParse. parse(@NotNull BasedSequence input)Parse the specified input text into a tree of nodes.static voidNode. segmentSpan(@NotNull java.lang.StringBuilder out, @NotNull BasedSequence sequence, @Nullable java.lang.String name)static voidNode. segmentSpanChars(@NotNull java.lang.StringBuilder out, @NotNull BasedSequence sequence, @NotNull java.lang.String name)static voidNode. segmentSpanCharsToVisible(@NotNull java.lang.StringBuilder out, @NotNull BasedSequence sequence, @NotNull java.lang.String name)voidNode. setChars(@NotNull BasedSequence chars)voidDelimitedNode. setClosingMarker(BasedSequence closingMarker)voidContentNode. setContent(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)voidContentNode. setContentLine(int lineIndex, @NotNull BasedSequence contentLine)voidDelimitedNode. setOpeningMarker(BasedSequence openingMarker)voidDelimitedNode. setText(BasedSequence text)static @NotNull BasedSequenceNode. spanningChars(BasedSequence... segments)static @NotNull java.lang.StringNode. toSegmentSpan(@NotNull BasedSequence sequence, @Nullable java.lang.String name)Method parameters in com.vladsch.flexmark.util.ast with type arguments of type BasedSequence Modifier and Type Method Description voidBlockContent. addAll(@NotNull java.util.List<BasedSequence> lines, java.util.List<java.lang.Integer> lineIndents)default voidTextContainer. collectEndText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Append node's text ending, after any child nodes have been visited.default voidTextContainer. collectEndText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Append node's text ending, after any child nodes have been visited.default booleanDelimitedNode. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)default booleanDelimitedNode. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)booleanTextContainer. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Append node's textbooleanTextContainer. collectText(ISequenceBuilder<? extends ISequenceBuilder<?,BasedSequence>,BasedSequence> out, int flags, NodeVisitor nodeVisitor)Append node's textprivate static @NotNull BasedSequenceContentNode. getSpanningChars(@NotNull java.util.List<BasedSequence> lineSegments)voidContentNode. setContent(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)voidContentNode. setContent(@NotNull java.util.List<BasedSequence> lineSegments)voidContentNode. setContentLines(@NotNull java.util.List<BasedSequence> contentLines)Constructors in com.vladsch.flexmark.util.ast with parameters of type BasedSequence Constructor Description BlankLine(@NotNull BasedSequence chars)BlankLine(@NotNull BasedSequence chars, @NotNull Block claimedBlankLine)Block(@NotNull BasedSequence chars)Block(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)ContentNode(@NotNull BasedSequence chars)ContentNode(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)Document(DataHolder options, BasedSequence chars)Node(@NotNull BasedSequence chars)Constructor parameters in com.vladsch.flexmark.util.ast with type arguments of type BasedSequence Constructor Description Block(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)Block(@NotNull java.util.List<BasedSequence> lineSegments)ContentNode(@NotNull BasedSequence chars, @NotNull java.util.List<BasedSequence> lineSegments)ContentNode(@NotNull java.util.List<BasedSequence> lineSegments) -
Uses of BasedSequence in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as BasedSequence Modifier and Type Field Description (package private) @NotNull BasedSequenceMarkdownParagraph. altSeq(package private) @NotNull BasedSequenceMarkdownParagraph. baseSeq(package private) @NotNull BasedSequenceMarkdownParagraph.LeftAlignedWrapping. baseSeqBasedSequenceTableCell. closeMarkerprivate BasedSequenceMarkdownParagraph. firstIndentprivate BasedSequenceMarkdownParagraph. indent(package private) BasedSequenceMarkdownParagraph.LeftAlignedWrapping. lastSpaceprivate @NotNull BasedSequenceTrackedOffsetList. myBaseSeqBasedSequenceTableCell. openMarkerBasedSequenceTableCell. textMethods in com.vladsch.flexmark.util.format that return BasedSequence Modifier and Type Method Description (package private) BasedSequenceMarkdownParagraph.LeftAlignedWrapping. addSpaces(BasedSequence sequence, int count)private BasedSequenceMarkdownTable. cellText(java.util.List<TableCell> cells, int index, boolean withTrackedOffset, boolean isHeader, int width, CellAlignment alignment, Ref<java.lang.Integer> delta)@NotNull BasedSequenceTrackedOffsetList. getBaseSeq()@NotNull BasedSequenceMarkdownWriterBase. getBeforeEolPrefix()BasedSequenceMarkdownTable. getCaption()@NotNull BasedSequenceMarkdownParagraph. getChars()@NotNull BasedSequenceMarkdownWriterBase. getIndentPrefix()(package private) BasedSequenceTableCell. getLastSegment()@NotNull BasedSequenceMarkdownWriterBase. getLine(int lineIndex)@NotNull BasedSequenceMarkdownWriterBase. getPrefix()abstract @NotNull BasedSequenceMarkdownWriterBase. lastBlockQuoteChildPrefix(BasedSequence prefix)(package private) @NotNull BasedSequenceMarkdownParagraph. resolveTrackedOffsets(@NotNull BasedSequence unwrapped, @NotNull BasedSequence wrapped)(package private) BasedSequenceMarkdownParagraph. resolveTrackedOffsetsEdit(BasedSequence baseSpliced, BasedSequence altSpliced, BasedSequence wrapped)BasedSequenceMarkdownParagraph.Token. subSequence(BasedSequence charSequence)(package private) @NotNull BasedSequenceMarkdownParagraph.LeftAlignedWrapping. wrapText()BasedSequenceMarkdownParagraph. wrapText()BasedSequenceMarkdownParagraph. wrapTextNotTracked()Methods in com.vladsch.flexmark.util.format that return types with arguments of type BasedSequence Modifier and Type Method Description @NotNull java.lang.Iterable<BasedSequence>MarkdownWriterBase. getLines(int maxTrailingBlankLines, int startLine, int endLine, boolean withPrefixes)Methods in com.vladsch.flexmark.util.format with parameters of type BasedSequence Modifier and Type Method Description (package private) BasedSequenceMarkdownParagraph.LeftAlignedWrapping. addSpaces(BasedSequence sequence, int count)(package private) intMarkdownTable. appendDashes(LineAppendable out, int dashCount, BasedSequence sepDashes, int dashOffset)static voidMarkdownTable. appendFormattedCaption(LineAppendable out, BasedSequence caption, TableFormatOptions options)static @NotNull TrackedOffsetListTrackedOffsetList. create(@NotNull BasedSequence baseSeq, @org.jetbrains.annotations.NotNull int[] offsets)static @NotNull TrackedOffsetListTrackedOffsetList. create(@NotNull BasedSequence baseSeq, @NotNull java.util.List<TrackedOffset> trackedOffsets)private java.lang.CharSequenceTableCell. dumpSequence(BasedSequence sequence)static java.lang.StringMarkdownTable. formattedCaption(BasedSequence caption, TableFormatOptions options)abstract @NotNull BasedSequenceMarkdownWriterBase. lastBlockQuoteChildPrefix(BasedSequence prefix)(package private) voidMarkdownParagraph.LeftAlignedWrapping. processLeadInEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)(package private) voidMarkdownParagraph.LeftAlignedWrapping. processLeadInUnEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)(package private) @NotNull BasedSequenceMarkdownParagraph. resolveTrackedOffsets(@NotNull BasedSequence unwrapped, @NotNull BasedSequence wrapped)static voidTrackedOffsetUtils. resolveTrackedOffsets(BasedSequence sequence, LineAppendable appendable, java.util.List<TrackedOffset> offsets, int maxTrailingBlankLines, boolean traceDetails)Resolve any unresolved tracked offsets(package private) BasedSequenceMarkdownParagraph. resolveTrackedOffsetsEdit(BasedSequence baseSpliced, BasedSequence altSpliced, BasedSequence wrapped)BasedSequenceMarkdownParagraph.Token. subSequence(BasedSequence charSequence)Constructors in com.vladsch.flexmark.util.format with parameters of type BasedSequence Constructor Description LeftAlignedWrapping(@NotNull BasedSequence baseSeq)MarkdownParagraph(@NotNull BasedSequence chars, @NotNull CharWidthProvider charWidthProvider)MarkdownParagraph(@NotNull BasedSequence chars, @NotNull BasedSequence altChars, @NotNull CharWidthProvider charWidthProvider)MarkdownParagraph(BasedSequence chars)TrackedOffsetList(@NotNull BasedSequence baseSeq, @NotNull java.util.List<TrackedOffset> trackedOffsets) -
Uses of BasedSequence in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceHtmlAppendableBase. getBeforeEolPrefix()@NotNull BasedSequenceHtmlAppendableBase. getIndentPrefix()@NotNull BasedSequenceHtmlAppendableBase. getLine(int lineIndex)@NotNull BasedSequenceHtmlAppendableBase. getPrefix()Methods in com.vladsch.flexmark.util.html that return types with arguments of type BasedSequence Modifier and Type Method Description @NotNull java.lang.Iterable<BasedSequence>HtmlAppendableBase. getLines(int maxTrailingBlankLines, int startLine, int endLine, boolean withPrefixes) -
Uses of BasedSequence in com.vladsch.flexmark.util.options
Fields in com.vladsch.flexmark.util.options declared as BasedSequence Modifier and Type Field Description protected BasedSequenceParsedOption. sourceprotected BasedSequenceParserMessage. sourceMethods in com.vladsch.flexmark.util.options that return BasedSequence Modifier and Type Method Description BasedSequenceParsedOption. getSource()BasedSequenceParserMessage. getSource()Methods in com.vladsch.flexmark.util.options with parameters of type BasedSequence Modifier and Type Method Description Pair<T,java.util.List<ParsedOption<T>>>BooleanOptionParser. parseOption(BasedSequence optionText, T options, MessageProvider provider)Pair<T,java.util.List<ParsedOption<T>>>OptionParser. parseOption(BasedSequence optionText, T options, MessageProvider provider)Pair<T,java.util.List<ParsedOption<T>>>OptionsParser. parseOption(BasedSequence optionsText, T options, MessageProvider provider)Constructors in com.vladsch.flexmark.util.options with parameters of type BasedSequence Constructor Description ParsedOption(BasedSequence source, OptionParser<T> optionParser, ParsedOptionStatus optionResult)ParsedOption(BasedSequence source, OptionParser<T> optionParser, ParsedOptionStatus optionResult, ParserMessage message)ParsedOption(BasedSequence source, OptionParser<T> optionParser, ParsedOptionStatus optionResult, java.util.List<ParserMessage> messages)ParsedOption(BasedSequence source, OptionParser<T> optionParser, ParsedOptionStatus optionResult, java.util.List<ParserMessage> messages, java.util.List<ParsedOption<T>> parsedOptions)ParserMessage(BasedSequence source, ParsedOptionStatus status, java.lang.String message) -
Uses of BasedSequence in com.vladsch.flexmark.util.sequence
Subinterfaces of BasedSequence in com.vladsch.flexmark.util.sequence Modifier and Type Interface Description interfaceReplacedBasedSequenceInterface implemented by sequences which do not contain contiguous base characters from startOffset to endOffsetClasses in com.vladsch.flexmark.util.sequence that implement BasedSequence Modifier and Type Class Description static classBasedSequence.EmptyBasedSequenceclassBasedSequenceImplImplementation of BaseSequenceclassCharSubSequenceA CharSequence that references original char[] a subSequence() returns a sub-sequence from the original base sequenceclassMappedBasedSequenceA BasedSequence which maps characters according to CharMapperclassPrefixedSubSequenceA BasedSequence with an out of scope of original char sequence prefixclassSegmentedSequenceA BasedSequence which consists of segments of other BasedSequencesclassSegmentedSequenceFullA BasedSequence which consists of segments of other BasedSequences NOTE: very efficient for random access but extremely wasteful with space by allocating 4 bytes per character in the sequence with corresponding construction penalty use SegmentedSequenceTree which is binary tree based segmented sequence with minimal overhead and optimized to give penalty free random access for most applications.classSegmentedSequenceTreeA BasedSequence which consists of segments of other BasedSequences NOTE: very efficient for random access but extremely wasteful with space by allocating 4 bytes per character in the sequence with corresponding construction penalty use SegmentedSequenceTree which is binary tree based segmented sequence with minimal overhead and optimized to give penalty free random access for most applications.classSubSequenceA BasedSequence implementation which wraps original CharSequence to provide a BasedSequence for all its subsequences, a subSequence() returns a SubSequence from the original base sequence.Fields in com.vladsch.flexmark.util.sequence declared as BasedSequence Modifier and Type Field Description private BasedSequencePrefixedSubSequence. baseprivate BasedSequenceMappedBasedSequence. baseSeqprotected BasedSequenceSegmentedSequence. baseSeqstatic BasedSequenceBasedSequence. EMPTYstatic BasedSequence[]BasedSequence. EMPTY_ARRAYstatic BasedSequence[]BasedSequence. EMPTY_SEGMENTSstatic BasedSequenceBasedSequence. EOLstatic BasedSequenceBasedSequence. LINE_SEPstatic BasedSequenceBasedSequence. NULLprivate BasedSequenceReplacedTextMapper. originalprivate BasedSequenceReplacedTextMapper. replacedSequencestatic BasedSequenceBasedSequence. SPACEFields in com.vladsch.flexmark.util.sequence with type parameters of type BasedSequence Modifier and Type Field Description static java.util.List<BasedSequence>BasedSequence. EMPTY_LISTprivate java.util.ArrayList<BasedSequence>ReplacedTextMapper. replacedSegmentsMethods in com.vladsch.flexmark.util.sequence that return BasedSequence Modifier and Type Method Description static BasedSequenceBasedUtils. asBased(java.lang.CharSequence sequence)@NotNull BasedSequenceRange. basedSafeSubSequence(@NotNull java.lang.CharSequence charSequence)@NotNull BasedSequenceRange. basedSubSequence(@NotNull java.lang.CharSequence charSequence)@NotNull BasedSequenceBasedSequence. baseSubSequence(int startIndex)Get a portion of the original sequence that this sequence is based on@NotNull BasedSequenceBasedSequence. baseSubSequence(int startIndex, int endIndex)Get a portion of this sequence's base sequence@NotNull BasedSequenceBasedSequence.EmptyBasedSequence. baseSubSequence(int startIndex, int endIndex)@NotNull BasedSequenceBasedSequenceImpl. baseSubSequence(int startIndex)@NotNull BasedSequenceBasedSequenceImpl. baseSubSequence(int startIndex, int endIndex)@NotNull BasedSequencePrefixedSubSequence. baseSubSequence(int startIndex, int endIndex)@NotNull BasedSequenceSegmentedSequence. baseSubSequence(int startIndex, int endIndex)static @NotNull BasedSequenceEscaping. collapseWhitespace(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)(package private) static BasedSequenceBasedSequenceImpl. create(@Nullable java.lang.CharSequence charSequence)static BasedSequenceSegmentedSequence. create(BasedSequence... segments)static BasedSequenceSegmentedSequence. create(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)UsegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSegmentedSequence. create(SequenceBuilder builder)(package private) static BasedSequenceSubSequence. create(@Nullable java.lang.CharSequence charSequence)@NotNull BasedSequence[]BasedSequenceImpl. emptyArray()static BasedSequenceHtml5Entities. entityToSequence(BasedSequence input)static @NotNull BasedSequenceEscaping. escapeHtml(@NotNull BasedSequence s, boolean preserveEntities, @NotNull ReplacedTextMapper textMapper)@NotNull BasedSequenceBasedSequence. extendByAny(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequence. extendByAny(@NotNull CharPredicate charSet, int maxCount)Extend this based sequence to include characters from underlying based sequence@NotNull BasedSequenceBasedSequenceImpl. extendByAny(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequenceImpl. extendByAny(@NotNull CharPredicate charSet, int maxCount)@NotNull BasedSequenceBasedSequence. extendByAnyNot(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequence. extendByAnyNot(@NotNull CharPredicate charSet, int maxCount)Extend this based sequence to include characters from underlying based sequence not in character set@NotNull BasedSequenceBasedSequenceImpl. extendByAnyNot(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequenceImpl. extendByAnyNot(@NotNull CharPredicate charSet, int maxCount)@NotNull BasedSequenceBasedSequence. extendByOneOfAny(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequenceImpl. extendByOneOfAny(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequence. extendByOneOfAnyNot(@NotNull CharPredicate charSet)@NotNull BasedSequenceBasedSequenceImpl. extendByOneOfAnyNot(@NotNull CharPredicate charSet)default @NotNull BasedSequenceBasedSequence. extendToAny(@NotNull CharPredicate charSet)Deprecated.default @NotNull BasedSequenceBasedSequence. extendToAny(@NotNull CharPredicate charSet, int maxCount)Deprecated.@NotNull BasedSequenceBasedSequence. extendToEndOfLine()@NotNull BasedSequenceBasedSequence. extendToEndOfLine(boolean includeEol)@NotNull BasedSequenceBasedSequence. extendToEndOfLine(@NotNull CharPredicate eolChars)@NotNull BasedSequenceBasedSequence. extendToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol)Extend in contained based sequence@NotNull BasedSequenceBasedSequenceImpl. extendToEndOfLine()@NotNull BasedSequenceBasedSequenceImpl. extendToEndOfLine(boolean includeEol)@NotNull BasedSequenceBasedSequenceImpl. extendToEndOfLine(@NotNull CharPredicate eolChars)@NotNull BasedSequenceBasedSequenceImpl. extendToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol)@NotNull BasedSequenceBasedSequence. extendToStartOfLine()@NotNull BasedSequenceBasedSequence. extendToStartOfLine(boolean includeEol)@NotNull BasedSequenceBasedSequence. extendToStartOfLine(@NotNull CharPredicate eolChars)@NotNull BasedSequenceBasedSequence. extendToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol)Extend in contained based sequence@NotNull BasedSequenceBasedSequenceImpl. extendToStartOfLine()@NotNull BasedSequenceBasedSequenceImpl. extendToStartOfLine(boolean includeEol)@NotNull BasedSequenceBasedSequenceImpl. extendToStartOfLine(@NotNull CharPredicate eolChars)@NotNull BasedSequenceBasedSequenceImpl. extendToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol)static BasedSequenceBasedSequenceImpl. firstNonNull(BasedSequence... sequences)BasedSequenceLineAppendableImpl.IndexedLineProxy. get(int index)@NotNull BasedSequenceBasedSequence.EmptyBasedSequence. getBase()@NotNull BasedSequenceBasedSequence.EmptyBasedSequence. getBaseSequence()@NotNull BasedSequenceBasedSequence. getBaseSequence()Get the base sequence for the text@NotNull BasedSequenceMappedBasedSequence. getBaseSequence()@NotNull BasedSequencePrefixedSubSequence. getBaseSequence()@NotNull BasedSequenceSegmentedSequence. getBaseSequence()@NotNull BasedSequenceLineAppendable. getBeforeEolPrefix()Get prefix used before EOL@NotNull BasedSequenceLineAppendableImpl. getBeforeEolPrefix()@NotNull BasedSequenceMappedBasedSequence. getCharSequence()@NotNull BasedSequenceBasedSequence. getEmptyPrefix()Get empty prefix to this sequence@NotNull BasedSequenceBasedSequenceImpl. getEmptyPrefix()@NotNull BasedSequenceBasedSequence. getEmptySuffix()Get empty suffix to this sequence@NotNull BasedSequenceBasedSequenceImpl. getEmptySuffix()@NotNull BasedSequenceLineInfo. getEOL()@NotNull BasedSequenceLineAppendable. getIndentPrefix()Get prefix appended after a new line character for every indent level@NotNull BasedSequenceLineAppendableImpl. getIndentPrefix()@NotNull BasedSequenceLineAppendable. getLine(int lineIndex)Get Line at given line index@NotNull BasedSequenceLineAppendableImpl. getLine(int lineIndex)@NotNull BasedSequenceLineInfo. getLine()default @NotNull BasedSequenceLineAppendable. getLineContent(int lineIndex)Get Line content of given line@NotNull BasedSequenceLineInfo. getLineNoEOL()default @NotNull BasedSequenceLineAppendable. getLinePrefix(int lineIndex)Get prefix of given line@NotNull BasedSequenceLineAppendable. getPrefix()Get prefix being applied to all lines, even in pre-formatted sections This is the prefix that will be set after EOL@NotNull BasedSequenceLineAppendableImpl. getPrefix()@NotNull BasedSequenceLineInfo. getPrefix()BasedSequenceReplacedTextMapper. getReplacedSequence()@NotNull BasedSequenceLineInfo. getText()@NotNull BasedSequenceLineInfo. getTextNoEOL()@NotNull BasedSequenceBasedSequence. intersect(@NotNull BasedSequence other)start/end offset based intersection, not textual@NotNull BasedSequenceBasedSequenceImpl. intersect(@NotNull BasedSequence other)static @NotNull BasedSequenceMappedBasedSequence. mappedOf(@NotNull BasedSequence baseSeq, @NotNull CharMapper mapper)@NotNull BasedSequenceBasedSequence. normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper)replace any \r\n and \r by \n, append terminating EOL if one is not present@NotNull BasedSequenceBasedSequenceImpl. normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper)static @NotNull BasedSequenceEscaping. normalizeEndWithEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Normalize eol: embedded \r and \r\n are converted to \n@NotNull BasedSequenceBasedSequence. normalizeEOL(@NotNull ReplacedTextMapper textMapper)replace any \r\n and \r by \n@NotNull BasedSequenceBasedSequenceImpl. normalizeEOL(@NotNull ReplacedTextMapper textMapper)static @NotNull BasedSequenceEscaping. normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Normalize eol: embedded \r and \r\n are converted to \nstatic @NotNull BasedSequenceEscaping. normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper, boolean endWithEOL)Normalize eol: embedded \r and \r\n are converted to \n@NotNull BasedSequenceBasedSequenceImpl. nullSequence()static @NotNull BasedSequenceBasedSequence. of(@Nullable java.lang.CharSequence charSequence)static BasedSequenceSegmentedSequence. of(BasedSequence... segments)Deprecated.static BasedSequenceSegmentedSequence. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSegmentedSequenceFull. of(BasedSequence... segments)Deprecated.static BasedSequenceSegmentedSequenceFull. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSubSequence. of(@Nullable java.lang.CharSequence charSequence)Deprecated.static BasedSequenceSubSequence. of(@Nullable java.lang.CharSequence charSequence, int startIndex)Deprecated.static BasedSequenceSubSequence. of(@Nullable java.lang.CharSequence charSequence, int startIndex, int endIndex)Deprecated.static @NotNull BasedSequenceBasedSequence. ofSpaces(int count)static @NotNull BasedSequenceEscaping. percentDecodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)static @NotNull BasedSequenceEscaping. percentEncodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)@NotNull BasedSequenceBasedSequence. prefixOf(@NotNull BasedSequence other)Get the prefix part of this from other, start/end offset based containment, not textual@NotNull BasedSequenceBasedSequenceImpl. prefixOf(@NotNull BasedSequence other)@NotNull BasedSequenceBasedSequenceImpl. prefixWith(@Nullable java.lang.CharSequence prefix)@NotNull BasedSequenceBasedSequence. prefixWithIndent()@NotNull BasedSequenceBasedSequence. prefixWithIndent(int maxColumns)Extend this based sequence to include characters from underlying based sequence taking tab expansion to 4th spaces into account@NotNull BasedSequenceBasedSequenceImpl. prefixWithIndent()@NotNull BasedSequenceBasedSequenceImpl. prefixWithIndent(int maxColumns)static @NotNull BasedSequenceEscaping. removeAll(@NotNull BasedSequence s, @NotNull java.lang.CharSequence remove, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceBasedSequence. repeatOf(char c, int count)static @NotNull BasedSequenceBasedSequence. repeatOf(@NotNull java.lang.CharSequence chars, int count)static @NotNull BasedSequenceBasedSequence. repeatOf(@NotNull java.lang.CharSequence chars, int startIndex, int endIndex)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, int startOffset, int endOffset, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, @NotNull java.util.List<Range> ranges, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)@NotNull BasedSequenceBasedSequenceImpl. sequenceOf(@Nullable java.lang.CharSequence charSequence, int startIndex, int endIndex)@NotNull BasedSequenceMappedBasedSequence. sequenceOf(@Nullable java.lang.CharSequence baseSeq, int startIndex, int endIndex)@NotNull BasedSequenceBasedSequence. spliceAtEnd(@NotNull BasedSequence other)Splice the given sequence to the end of this one and return a BasedSequence of the result.@NotNull BasedSequenceBasedSequenceImpl. spliceAtEnd(@NotNull BasedSequence other)@NotNull BasedSequenceBasedSequence.EmptyBasedSequence. subSequence(int i, int i1)@NotNull BasedSequenceBasedSequence. subSequence(int startIndex, int endIndex)Get a portion of this sequence@NotNull BasedSequenceMappedBasedSequence. subSequence(int startIndex, int endIndex)@NotNull BasedSequencePrefixedSubSequence. subSequence(int startIndex, int endIndex)@NotNull BasedSequenceRange. subSequence(@NotNull java.lang.CharSequence charSequence)Deprecated.useRange.basedSubSequence(CharSequence)instead@NotNull BasedSequenceSegmentedSequenceFull. subSequence(int startIndex, int endIndex)@NotNull BasedSequenceSegmentedSequenceTree. subSequence(int startIndex, int endIndex)@NotNull BasedSequenceBasedSequence. suffixOf(@NotNull BasedSequence other)Get the suffix part of this from other, start/end offset based containment, not textual@NotNull BasedSequenceBasedSequenceImpl. suffixOf(@NotNull BasedSequence other)@NotNull BasedSequenceBasedSequenceImpl. toMapped(CharMapper mapper)@NotNull BasedSequenceMappedBasedSequence. toMapped(CharMapper mapper)@NotNull BasedSequenceBasedSequence. unescape(@NotNull ReplacedTextMapper textMapper)Get the unescaped string of this sequence content@NotNull BasedSequenceBasedSequenceImpl. unescape(@NotNull ReplacedTextMapper textMapper)static @NotNull BasedSequenceEscaping. unescape(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping. unescapeHtml(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping. unescapeHtml(@NotNull BasedSequence s, @NotNull java.util.List<Range> ranges, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.Methods in com.vladsch.flexmark.util.sequence that return types with arguments of type BasedSequence Modifier and Type Method Description default @NotNull java.lang.Iterable<BasedSequence>LineAppendable. getLines()default @NotNull java.lang.Iterable<BasedSequence>LineAppendable. getLines(boolean withPrefixes)default @NotNull java.lang.Iterable<BasedSequence>LineAppendable. getLines(int maxTrailingBlankLines)default @NotNull java.lang.Iterable<BasedSequence>LineAppendable. getLines(int maxTrailingBlankLines, boolean withPrefixes)@NotNull java.lang.Iterable<BasedSequence>LineAppendable. getLines(int maxTrailingBlankLines, int startLine, int endLine, boolean withPrefixes)Full line iterator over some lines@NotNull java.lang.Iterable<BasedSequence>LineAppendableImpl. getLines(int maxTrailingBlankLines, int startLine, int endLine, boolean withPrefixes)java.util.ArrayList<BasedSequence>ReplacedTextMapper. getReplacedSegments()Methods in com.vladsch.flexmark.util.sequence with parameters of type BasedSequence Modifier and Type Method Description voidReplacedTextMapper. addReplacedText(int startIndex, int endIndex, BasedSequence replacedSequence)static @NotNull BasedSequenceEscaping. collapseWhitespace(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)booleanBasedSequence. containsAllOf(@NotNull BasedSequence other)start/end offset based containment, not textualbooleanBasedSequenceImpl. containsAllOf(@NotNull BasedSequence other)booleanBasedSequence. containsSomeOf(@NotNull BasedSequence other)start/end offset based containment, not textualbooleanBasedSequenceImpl. containsSomeOf(@NotNull BasedSequence other)static BasedSequenceSegmentedSequence. create(BasedSequence... segments)static BasedSequenceSegmentedSequence. create(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)UsegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static SegmentedSequenceFullSegmentedSequenceFull. create(@NotNull BasedSequence baseSequence, ISegmentBuilder<?> builder)Base Constructorstatic SegmentedSequenceTreeSegmentedSequenceTree. create(@NotNull BasedSequence baseSeq, ISegmentBuilder<?> builder)Base Constructorstatic BasedSequenceHtml5Entities. entityToSequence(BasedSequence input)static @NotNull BasedSequenceEscaping. escapeHtml(@NotNull BasedSequence s, boolean preserveEntities, @NotNull ReplacedTextMapper textMapper)static BasedSequenceBasedSequenceImpl. firstNonNull(BasedSequence... sequences)static voidBasedUtils. generateSegments(IBasedSegmentBuilder<?> segments, @NotNull BasedSequence chars)Generate segments for given sequence@NotNull BasedSequenceBasedSequence. intersect(@NotNull BasedSequence other)start/end offset based intersection, not textual@NotNull BasedSequenceBasedSequenceImpl. intersect(@NotNull BasedSequence other)booleanBasedSequence. isContinuationOf(@NotNull BasedSequence other)Test if this sequence is a continuation of the given sequence in original source textbooleanBasedSequenceImpl. isContinuationOf(@NotNull BasedSequence other)booleanBasedSequence. isContinuedBy(@NotNull BasedSequence other)Test if the given sequence is a continuation of this sequence in original source textbooleanBasedSequenceImpl. isContinuedBy(@NotNull BasedSequence other)static @NotNull BasedSequenceMappedBasedSequence. mappedOf(@NotNull BasedSequence baseSeq, @NotNull CharMapper mapper)static @NotNull BasedSequenceEscaping. normalizeEndWithEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Normalize eol: embedded \r and \r\n are converted to \nstatic @NotNull BasedSequenceEscaping. normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Normalize eol: embedded \r and \r\n are converted to \nstatic @NotNull BasedSequenceEscaping. normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper, boolean endWithEOL)Normalize eol: embedded \r and \r\n are converted to \nstatic PrefixedSubSequencePrefixedSubSequence. of(java.lang.CharSequence prefix, BasedSequence baseSeq)Deprecated.static PrefixedSubSequencePrefixedSubSequence. of(java.lang.CharSequence prefix, BasedSequence baseSeq, int startIndex)Deprecated.static PrefixedSubSequencePrefixedSubSequence. of(java.lang.CharSequence prefix, BasedSequence baseSeq, int startIndex, int endIndex)Deprecated.static BasedSequenceSegmentedSequence. of(BasedSequence... segments)Deprecated.static BasedSequenceSegmentedSequence. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSegmentedSequenceFull. of(BasedSequence... segments)Deprecated.static BasedSequenceSegmentedSequenceFull. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static @NotNull BasedSequenceEscaping. percentDecodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)static @NotNull BasedSequenceEscaping. percentEncodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)@NotNull BasedSequenceBasedSequence. prefixOf(@NotNull BasedSequence other)Get the prefix part of this from other, start/end offset based containment, not textual@NotNull BasedSequenceBasedSequenceImpl. prefixOf(@NotNull BasedSequence other)static PrefixedSubSequencePrefixedSubSequence. prefixOf(java.lang.CharSequence prefix, BasedSequence baseSeq)static PrefixedSubSequencePrefixedSubSequence. prefixOf(java.lang.CharSequence prefix, BasedSequence baseSeq, int startIndex)static PrefixedSubSequencePrefixedSubSequence. prefixOf(java.lang.CharSequence prefix, BasedSequence baseSeq, int startIndex, int endIndex)static @NotNull BasedSequenceEscaping. removeAll(@NotNull BasedSequence s, @NotNull java.lang.CharSequence remove, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static PrefixedSubSequencePrefixedSubSequence. repeatOf(char prefix, int count, BasedSequence baseSeq)static PrefixedSubSequencePrefixedSubSequence. repeatOf(java.lang.CharSequence prefix, int count, BasedSequence baseSeq)voidEscaping.Replacer. replace(@NotNull BasedSequence s, int startIndex, int endIndex, @NotNull ReplacedTextMapper replacedTextMapper)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, int startOffset, int endOffset, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)private static @NotNull BasedSequenceEscaping. replaceAll(@NotNull java.util.regex.Pattern p, @NotNull BasedSequence s, @NotNull java.util.List<Range> ranges, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper)voidLineAppendableImpl.IndexedLineProxy. set(int index, BasedSequence item)@NotNull BasedSequenceBasedSequence. spliceAtEnd(@NotNull BasedSequence other)Splice the given sequence to the end of this one and return a BasedSequence of the result.@NotNull BasedSequenceBasedSequenceImpl. spliceAtEnd(@NotNull BasedSequence other)voidReplacedTextMapper. startNestedReplacement(BasedSequence sequence)private SegmentedSequenceFullSegmentedSequenceFull. subSequence(BasedSequence baseSeq, int[] baseOffsets, int baseStartOffset, boolean nonBaseChars, int length)@NotNull BasedSequenceBasedSequence. suffixOf(@NotNull BasedSequence other)Get the suffix part of this from other, start/end offset based containment, not textual@NotNull BasedSequenceBasedSequenceImpl. suffixOf(@NotNull BasedSequence other)static @NotNull BasedSequenceEscaping. unescape(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping. unescapeHtml(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping. unescapeHtml(@NotNull BasedSequence s, @NotNull java.util.List<Range> ranges, @NotNull ReplacedTextMapper textMapper)Replace entities and backslash escapes with literal characters.Method parameters in com.vladsch.flexmark.util.sequence with type arguments of type BasedSequence Modifier and Type Method Description static BasedSequenceSegmentedSequence. create(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)UsegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSegmentedSequence. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.static BasedSequenceSegmentedSequenceFull. of(BasedSequence basedSequence, @NotNull java.lang.Iterable<? extends BasedSequence> segments)Deprecated.usegetBuilder()and thenISequenceBuilder.addAll(Iterable)or if you know which are based segments vs.Constructors in com.vladsch.flexmark.util.sequence with parameters of type BasedSequence Constructor Description MappedBasedSequence(BasedSequence baseSeq, CharMapper mapper)PrefixedSubSequence(java.lang.CharSequence prefix, BasedSequence baseSeq, int startIndex, int endIndex)ReplacedTextMapper(BasedSequence original)SegmentedSequence(BasedSequence baseSeq, int startOffset, int endOffset, int length)SegmentedSequenceFull(BasedSequence baseSeq, int startOffset, int endOffset, int length, boolean nonBaseChars, int[] baseOffsets, int baseStartOffset)SegmentedSequenceTree(BasedSequence baseSeq, int startOffset, int endOffset, int length, @NotNull SegmentTree segmentTree)SegmentedSequenceTree(BasedSequence baseSeq, @NotNull SegmentTree segmentTree, @NotNull SegmentTreeRange subSequenceRange) -
Uses of BasedSequence in com.vladsch.flexmark.util.sequence.builder
Fields in com.vladsch.flexmark.util.sequence.builder declared as BasedSequence Modifier and Type Field Description private @NotNull BasedSequenceSequenceBuilder. altBase(package private) @NotNull BasedSequenceBasedSegmentBuilder. baseSeqprivate @NotNull BasedSequenceSequenceBuilder. baseSeqprivate @Nullable BasedSequenceSequenceBuilder. resultSeqFields in com.vladsch.flexmark.util.sequence.builder with type parameters of type BasedSequence Modifier and Type Field Description private @NotNull java.util.HashMap<BasedSequence,java.lang.Boolean>SequenceBuilder. equivalentBasesMethods in com.vladsch.flexmark.util.sequence.builder that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceBasedSegmentBuilder. getBaseSequence()@NotNull BasedSequenceIBasedSegmentBuilder. getBaseSequence()@NotNull BasedSequenceSequenceBuilder. getBaseSequence()@Nullable BasedSequenceSequenceBuilder. getSingleBasedSequence()@NotNull BasedSequenceSequenceBuilder. toSequence()@NotNull BasedSequenceSequenceBuilder. toSequence(@NotNull BasedSequence altSequence)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq@NotNull BasedSequenceSequenceBuilder. toSequence(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq@NotNull BasedSequenceSequenceBuilder. toSequenceByIndex(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq by lengthMethods in com.vladsch.flexmark.util.sequence.builder with parameters of type BasedSequence Modifier and Type Method Description static @NotNull BasedSegmentBuilderBasedSegmentBuilder. emptyBuilder(@NotNull BasedSequence sequence)static @NotNull BasedSegmentBuilderBasedSegmentBuilder. emptyBuilder(@NotNull BasedSequence sequence, int options)static @NotNull BasedSegmentBuilderBasedSegmentBuilder. emptyBuilder(@NotNull BasedSequence sequence, @NotNull SegmentOptimizer optimizer)static @NotNull BasedSegmentBuilderBasedSegmentBuilder. emptyBuilder(@NotNull BasedSequence sequence, @NotNull SegmentOptimizer optimizer, int options)static @NotNull SequenceBuilderSequenceBuilder. emptyBuilder(@NotNull BasedSequence base)static @NotNull SequenceBuilderSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, int options)static @NotNull SequenceBuilderSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, int options, @NotNull SegmentOptimizer optimizer)static @NotNull SequenceBuilderSequenceBuilder. emptyBuilder(@NotNull BasedSequence base, @NotNull SegmentOptimizer optimizer)(package private) booleanSequenceBuilder. isCommonBaseSequence(@NotNull BasedSequence chars)@NotNull BasedSequenceSequenceBuilder. toSequence(@NotNull BasedSequence altSequence)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq@NotNull BasedSequenceSequenceBuilder. toSequence(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq@NotNull BasedSequenceSequenceBuilder. toSequenceByIndex(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff)Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq by lengthConstructors in com.vladsch.flexmark.util.sequence.builder with parameters of type BasedSequence Constructor Description BasedSegmentBuilder(@NotNull BasedSequence baseSeq)BasedSegmentBuilder(@NotNull BasedSequence baseSeq, int options)BasedSegmentBuilder(@NotNull BasedSequence baseSeq, @NotNull SegmentOptimizer optimizer)BasedSegmentBuilder(@NotNull BasedSequence baseSeq, @NotNull SegmentOptimizer optimizer, int options)SequenceBuilder(@NotNull BasedSequence base, int options, @Nullable SegmentOptimizer optimizer, @NotNull java.util.HashMap<BasedSequence,java.lang.Boolean> equivalentBases)Construct a base sequence builder for given base sequence with specific options.SequenceBuilder(@NotNull BasedSequence base, @Nullable SegmentOptimizer optimizer)Construct a base sequence builder for given base sequence with default options.SequenceBuilder(@NotNull BasedSequence base, @Nullable SegmentOptimizer optimizer, @NotNull java.util.HashMap<BasedSequence,java.lang.Boolean> equivalentBases)Constructor parameters in com.vladsch.flexmark.util.sequence.builder with type arguments of type BasedSequence Constructor Description SequenceBuilder(@NotNull BasedSequence base, int options, @Nullable SegmentOptimizer optimizer, @NotNull java.util.HashMap<BasedSequence,java.lang.Boolean> equivalentBases)Construct a base sequence builder for given base sequence with specific options.SequenceBuilder(@NotNull BasedSequence base, @Nullable SegmentOptimizer optimizer, @NotNull java.util.HashMap<BasedSequence,java.lang.Boolean> equivalentBases) -
Uses of BasedSequence in com.vladsch.flexmark.util.sequence.builder.tree
Fields in com.vladsch.flexmark.util.sequence.builder.tree declared as BasedSequence Modifier and Type Field Description protected @NotNull BasedSequenceSegment.Base. baseSeqprotected @NotNull BasedSequenceBasedOffsetTracker. sequenceMethods in com.vladsch.flexmark.util.sequence.builder.tree that return BasedSequence Modifier and Type Method Description @NotNull BasedSequenceBasedOffsetTracker. getSequence()Methods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type BasedSequence Modifier and Type Method Description static @NotNull SegmentOffsetTreeSegmentOffsetTree. build(@NotNull BasedSequence baseSeq)static @NotNull BasedOffsetTrackerBasedOffsetTracker. create(@NotNull BasedSequence sequence)Create a based offset tracker for the given sequencestatic @NotNull BasedOffsetTrackerBasedOffsetTracker. create(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)Create a based offset tracker for the given sequence@Nullable SegmentSegmentOffsetTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@Nullable SegmentSegmentOffsetTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.static @Nullable SegmentSegmentTree. findSegment(int index, int[] treeData, int startPos, int endPos, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentOffsetTree. findSegmentByOffset(int offset, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentOffsetTree. getNextText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentOffsetTree. getPrevAnchor(int pos, @NotNull BasedSequence baseSeq)Deprecated.static @Nullable SegmentSegmentTree. getPrevAnchor(int pos, int[] treeData, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentTree. getPrevAnchor(int pos, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentOffsetTree. getPreviousText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)static SegmentSegment. getSegment(byte[] bytes, int byteOffset, int pos, int indexOffset, @NotNull BasedSequence basedSequence)@NotNull SegmentSegmentOffsetTree. getSegment(int pos, @NotNull BasedSequence baseSeq)static @NotNull SegmentSegmentTree. getSegment(int pos, int[] treeData, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@NotNull SegmentSegmentTree. getSegment(int byteOffset, int pos, int startIndex, @NotNull BasedSequence baseSeq)@NotNull SegmentSegmentTree. getSegment(int pos, @NotNull BasedSequence baseSeq)@NotNull SegmentOffsetTreeSegmentTree. getSegmentOffsetTree(@NotNull BasedSequence baseSeq)Build an offset segment tree from this index segment tree@NotNull SegmentTreeRangeSegmentOffsetTree. getSegmentRange(int startIndex, int endIndex, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@NotNull SegmentTreeRangeSegmentTree. getSegmentRange(int startIndex, int endIndex, int startPos, int endPos, @NotNull BasedSequence baseSequence, @Nullable Segment hint)intSegmentTree. getTextEndOffset(Segment segment, @NotNull BasedSequence baseSequence)intSegmentTree. getTextStartOffset(Segment segment, @NotNull BasedSequence baseSequence)@NotNull java.lang.StringSegmentOffsetTree. toString(@NotNull BasedSequence baseSeq)@NotNull java.lang.StringSegmentTree. toString(@NotNull BasedSequence baseSeq)Constructors in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type BasedSequence Constructor Description Base(int pos, byte[] bytes, int byteOffset, int indexOffset, @NotNull BasedSequence basedSequence)BasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)BasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentTree segmentTree) -
Uses of BasedSequence in com.vladsch.flexmark.util.sequence.mappers
Methods in com.vladsch.flexmark.util.sequence.mappers with parameters of type BasedSequence Modifier and Type Method Description booleanSpecialLeadInCharsHandler. escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInHandler. escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInStartsWithCharsHandler. escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInCharsHandler. unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)UnEscape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInHandler. unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)UnEscape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInStartsWithCharsHandler. unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull java.util.function.Consumer<java.lang.CharSequence> consumer)UnEscape special lead-in characters which start a block element if first non-whitespace on the line -
Uses of BasedSequence in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal that return BasedSequence Modifier and Type Method Description static BasedSequenceYouTrackConverterNodeRenderer. getSoftLineBreakSpan(Node node)
-