Uses of Class
org.commonmark.node.DefinitionMap
Packages that use DefinitionMap
Package
Description
AST node types (see
Node) and visitors (see AbstractVisitor)Types for extending block parsing
-
Uses of DefinitionMap in org.commonmark.ext.footnotes.internal
Fields in org.commonmark.ext.footnotes.internal declared as DefinitionMapModifier and TypeFieldDescriptionprivate DefinitionMap<FootnoteDefinition> FootnoteHtmlNodeRenderer.definitionMapAll definitions (even potentially unused ones), for looking up referencesprivate final DefinitionMap<FootnoteDefinition> FootnoteHtmlNodeRenderer.DefinitionVisitor.definitionsMethods in org.commonmark.ext.footnotes.internal that return types with arguments of type DefinitionMap -
Uses of DefinitionMap in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type DefinitionMapModifier and TypeFieldDescriptionprivate final Map<Class<?>, DefinitionMap<?>> Definitions.definitionsByTypeMethods in org.commonmark.internal that return DefinitionMapMethods in org.commonmark.internal that return types with arguments of type DefinitionMapMethods in org.commonmark.internal with parameters of type DefinitionMapModifier and TypeMethodDescription<D> voidDefinitions.addDefinitions(DefinitionMap<D> definitionMap) -
Uses of DefinitionMap in org.commonmark.node
Methods in org.commonmark.node with parameters of type DefinitionMap -
Uses of DefinitionMap in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return types with arguments of type DefinitionMapModifier and TypeMethodDescriptionList<DefinitionMap<?>> AbstractBlockParser.getDefinitions()List<DefinitionMap<?>> BlockParser.getDefinitions()Return definitions parsed by this parser.