Package com.vladsch.flexmark.util.ast
Interface Content
- All Known Implementing Classes:
AbbreviationBlock,AdmonitionBlock,AsideBlock,BlankLine,Block,BlockQuote,BulletList,BulletListItem,CodeBlock,ContentNode,DefinitionItem,DefinitionList,DefinitionTerm,Document,EnumeratedReferenceBlock,FencedCodeBlock,FootnoteBlock,GitLabBlockQuote,Heading,HtmlBlock,HtmlBlockBase,HtmlCommentBlock,HtmlInnerBlock,HtmlInnerBlockComment,IndentedCodeBlock,JekyllFrontMatterBlock,JekyllTag,JekyllTagBlock,ListBlock,ListItem,MacroBlock,MacroDefinitionBlock,OrderedList,OrderedListItem,Paragraph,SimTocBlock,SimTocContent,SpecExampleBlock,TableBlock,TaskListItem,ThematicBreak,TocBlock,TocBlockBase,YamlFrontMatterBlock,ZzzzzzBlock
public interface Content
A node that uses delimiters in the source form (e.g.
*bold*).-
Method Summary
Modifier and TypeMethodDescription@NotNull BasedSequence@NotNull BasedSequencegetContentChars(int startLine, int endLine) @NotNull List<BasedSequence>@NotNull List<BasedSequence>getContentLines(int startLine, int endLine) @NotNull BasedSequencegetLineChars(int index) int@NotNull BasedSequence
-
Method Details
-
getSpanningChars
-
getLineCount
int getLineCount() -
getLineChars
-
getContentChars
-
getContentChars
-
getContentLines
-
getContentLines
-