Uses of Class
com.vladsch.flexmark.ast.Reference
Packages that use Reference
-
Uses of Reference in com.vladsch.flexmark.ast
Classes in com.vladsch.flexmark.ast that implement interfaces with type arguments of type ReferenceMethods in com.vladsch.flexmark.ast that return ReferenceModifier and TypeMethodDescriptionRefNode.getReferenceNode(ReferenceRepository repository) RefNode.getReferenceNode(Document document) Methods in com.vladsch.flexmark.ast with parameters of type Reference -
Uses of Reference in com.vladsch.flexmark.ast.util
Subclasses with type arguments of type Reference in com.vladsch.flexmark.ast.utilMethods in com.vladsch.flexmark.ast.util that return types with arguments of type ReferenceMethods in com.vladsch.flexmark.ast.util with parameters of type Reference -
Uses of Reference in com.vladsch.flexmark.formatter.internal
Subclasses with type arguments of type Reference in com.vladsch.flexmark.formatter.internalMethods in com.vladsch.flexmark.formatter.internal with parameters of type ReferenceModifier and TypeMethodDescriptionprivate voidCoreNodeFormatter.render(Reference node, NodeFormatterContext context, MarkdownWriter markdown) voidCoreNodeFormatter.renderReferenceBlock(Reference node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of Reference in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer with parameters of type ReferenceModifier and TypeMethodDescription(package private) voidCoreNodeRenderer.render(Reference node, NodeRendererContext context, HtmlWriter html) -
Uses of Reference in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type ReferenceModifier and TypeFieldDescriptionFlexmarkHtmlConverter.MainHtmlConverter.myExternalReferencesFlexmarkHtmlConverter.MainHtmlConverter.myReferenceUrlToReferenceMapMethods in com.vladsch.flexmark.html2md.converter that return ReferenceModifier and TypeMethodDescriptionFlexmarkHtmlConverter.MainHtmlConverter.getOrCreateReference(@NotNull String url, @NotNull String text, @Nullable String title) FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getOrCreateReference(@NotNull String url, @NotNull String text, @Nullable String title) @Nullable ReferenceHtmlNodeConverterContext.getOrCreateReference(@NotNull String url, @NotNull String text, @Nullable String title) Methods in com.vladsch.flexmark.html2md.converter that return types with arguments of type ReferenceModifier and TypeMethodDescriptionFlexmarkHtmlConverter.MainHtmlConverter.getExternalReferences()FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getExternalReferences()HtmlNodeConverterContext.getExternalReferences()FlexmarkHtmlConverter.MainHtmlConverter.getReferenceUrlToReferenceMap()FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getReferenceUrlToReferenceMap()HtmlNodeConverterContext.getReferenceUrlToReferenceMap() -
Uses of Reference in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type ReferenceModifier and TypeMethodDescriptionprivate voidJiraConverterNodeRenderer.render(Reference node, NodeRendererContext context, HtmlWriter html) -
Uses of Reference in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type ReferenceModifier and TypeMethodDescriptionprivate voidYouTrackConverterNodeRenderer.render(Reference node, NodeRendererContext context, HtmlWriter html)