Uses of Class
com.vladsch.flexmark.ast.util.ReferenceRepository
-
Packages that use ReferenceRepository Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.ast.util com.vladsch.flexmark.ext.gitlab.internal com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.html.renderer com.vladsch.flexmark.jira.converter.internal com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
com.vladsch.flexmark.parser.internal com.vladsch.flexmark.youtrack.converter.internal -
-
Uses of ReferenceRepository in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type ReferenceRepository Modifier and Type Method Description Reference
RefNode. getReferenceNode(ReferenceRepository repository)
-
Uses of ReferenceRepository in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util that return types with arguments of type ReferenceRepository Modifier and Type Method Description @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 ReferenceRepository Modifier and Type Field Description private ReferenceRepository
GitLabNodeRenderer. referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal that return ReferenceRepository Modifier and Type Method Description ReferenceRepository
CoreNodeFormatter. getRepository(DataHolder options)
-
Uses of ReferenceRepository in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as ReferenceRepository Modifier and Type Field Description private ReferenceRepository
CoreNodeRenderer. referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.jira.converter.internal
Fields in com.vladsch.flexmark.jira.converter.internal declared as ReferenceRepository Modifier and Type Field Description private ReferenceRepository
JiraConverterNodeRenderer. referenceRepository
-
Uses of ReferenceRepository in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type ReferenceRepository Modifier and Type Field Description static DataKey<ReferenceRepository>
Parser. REFERENCES
-
Uses of ReferenceRepository in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as ReferenceRepository Modifier and Type Field Description protected 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 ReferenceRepository Modifier and Type Field Description private ReferenceRepository
YouTrackConverterNodeRenderer. referenceRepository
-