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 seeParsercom.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 ReferenceRefNode. 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 ReferenceRepositoryGitLabNodeRenderer. 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 ReferenceRepositoryCoreNodeFormatter. 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 ReferenceRepositoryCoreNodeRenderer. 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 ReferenceRepositoryJiraConverterNodeRenderer. 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 ReferenceRepositoryInlineParserImpl. referenceRepositoryLink 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 ReferenceRepositoryYouTrackConverterNodeRenderer. referenceRepository
-