| Package | Description |
|---|---|
| com.vladsch.flexmark.ast |
AST node types (see
Node) and visitors (see NodeAdaptedVisitor) |
| com.vladsch.flexmark.ast.util | |
| com.vladsch.flexmark.html.renderer | |
| com.vladsch.flexmark.internal | |
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| com.vladsch.flexmark.parser.block |
Types for extending block parsing
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParagraphItemContainer.isItemParagraph(Paragraph node) |
boolean |
ListItem.isItemParagraph(Paragraph node) |
boolean |
ListItem.isParagraphInTightListItem(Paragraph node) |
boolean |
ParagraphItemContainer.isParagraphWrappingDisabled(Paragraph node,
ListOptions listOptions,
com.vladsch.flexmark.util.options.DataHolder options) |
boolean |
ListItem.isParagraphWrappingDisabled(Paragraph node,
ListOptions listOptions,
com.vladsch.flexmark.util.options.DataHolder options) |
void |
Paragraph.setContent(Paragraph other,
int startLine,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockVisitor.visit(Paragraph node) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreNodeRenderer.renderTextBlockParagraphLines(Paragraph node,
NodeRendererContext context,
HtmlWriter html,
boolean wrapTextInSpan) |
| Modifier and Type | Method and Description |
|---|---|
Paragraph |
ParagraphParser.getBlock() |
| Modifier and Type | Method and Description |
|---|---|
int |
InlineParserImpl.preProcessBlock(Paragraph block,
ParserState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListOptions.isInTightListItem(Paragraph node) |
| Modifier and Type | Method and Description |
|---|---|
int |
ParagraphPreProcessor.preProcessBlock(Paragraph block,
ParserState state)
Process Paragraph Content on closing of the paragraph block to removeIndex non-text lines.
|
Copyright © 2018. All rights reserved.