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.openBlockParsersMethods in org.commonmark.internal that return DocumentParser.OpenBlockParserModifier and TypeMethodDescriptionprivate DocumentParser.OpenBlockParserDocumentParser.deactivateBlockParser()Methods in org.commonmark.internal with parameters of type DocumentParser.OpenBlockParserModifier and TypeMethodDescriptionprivate voidDocumentParser.activateBlockParser(DocumentParser.OpenBlockParser openBlockParser) private voidDocumentParser.addChild(DocumentParser.OpenBlockParser openBlockParser) Add block of type tag as a child of the tip.