Uses of Class
com.vladsch.flexmark.ast.util.ReferenceRepository
Packages that use ReferenceRepository
Package
Description
AST node types (see
Node
) and visitors (see NodeVisitor
)Parse input text to AST nodes see
Parser
-
Uses of ReferenceRepository in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type ReferenceRepository -
Uses of ReferenceRepository in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util that return types with arguments of type ReferenceRepositoryModifier and TypeMethodDescription@NotNull DataKey<ReferenceRepository>
ReferenceRepository.getDataKey()
-
Uses of ReferenceRepository in com.vladsch.flexmark.ext.gitlab.internal
Fields in com.vladsch.flexmark.ext.gitlab.internal declared as ReferenceRepositoryModifier and TypeFieldDescriptionprivate final ReferenceRepository
GitLabNodeRenderer.referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal that return ReferenceRepository -
Uses of ReferenceRepository in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as ReferenceRepositoryModifier and TypeFieldDescriptionprivate final ReferenceRepository
CoreNodeRenderer.referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.jira.converter.internal
Fields in com.vladsch.flexmark.jira.converter.internal declared as ReferenceRepositoryModifier and TypeFieldDescriptionprivate final ReferenceRepository
JiraConverterNodeRenderer.referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type ReferenceRepository -
Uses of ReferenceRepository in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as ReferenceRepositoryModifier and TypeFieldDescriptionprotected ReferenceRepository
InlineParserImpl.referenceRepository
Link references by ID, needs to be built up using parseReference before calling parse. -
Uses of ReferenceRepository in com.vladsch.flexmark.youtrack.converter.internal
Fields in com.vladsch.flexmark.youtrack.converter.internal declared as ReferenceRepositoryModifier and TypeFieldDescriptionprivate final ReferenceRepository
YouTrackConverterNodeRenderer.referenceRepository