KobwebCallBlockVisitor

class KobwebCallBlockVisitor : AbstractVisitor(source)

A visitor that should only be used with a KobwebCallBlock, extracting relevant information from it.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var childrenNodes: List<Node>?

A list of one or more nodes that should be treated as indented children of the call.

Functions

Link copied to clipboard
open override fun visit(customBlock: CustomBlock)
open fun visit(blockQuote: BlockQuote?)
open fun visit(bulletList: BulletList?)
open fun visit(code: Code?)
open fun visit(customNode: CustomNode?)
open fun visit(document: Document?)
open fun visit(emphasis: Emphasis?)
open fun visit(fencedCodeBlock: FencedCodeBlock?)
open fun visit(hardLineBreak: HardLineBreak?)
open fun visit(heading: Heading?)
open fun visit(htmlBlock: HtmlBlock?)
open fun visit(htmlInline: HtmlInline?)
open fun visit(image: Image?)
open fun visit(indentedCodeBlock: IndentedCodeBlock?)
open fun visit(link: Link?)
open fun visit(linkReferenceDefinition: LinkReferenceDefinition?)
open fun visit(listItem: ListItem?)
open fun visit(orderedList: OrderedList?)
open fun visit(paragraph: Paragraph?)
open fun visit(softLineBreak: SoftLineBreak?)
open fun visit(strongEmphasis: StrongEmphasis?)
open fun visit(text: Text?)
open fun visit(thematicBreak: ThematicBreak?)