Uses of Class
org.commonmark.internal.DocumentParser.OpenBlockParser
Packages that use DocumentParser.OpenBlockParser
-
Uses of DocumentParser.OpenBlockParser in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type DocumentParser.OpenBlockParserModifier and TypeFieldDescriptionprivate final List
<DocumentParser.OpenBlockParser> DocumentParser.openBlockParsers
Methods in org.commonmark.internal that return DocumentParser.OpenBlockParserModifier and TypeMethodDescriptionprivate DocumentParser.OpenBlockParser
DocumentParser.deactivateBlockParser()
Methods in org.commonmark.internal with parameters of type DocumentParser.OpenBlockParserModifier and TypeMethodDescriptionprivate void
DocumentParser.activateBlockParser
(DocumentParser.OpenBlockParser openBlockParser) private void
DocumentParser.addChild
(DocumentParser.OpenBlockParser openBlockParser) Add block of type tag as a child of the tip.