Uses of Interface
com.vladsch.flexmark.ast.LinkRefDerived
-
Packages that use LinkRefDerived Package Description com.vladsch.flexmark.ast AST node types (seeNode) and visitors (seeNodeVisitor)com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.wikilink com.vladsch.flexmark.parser.internal -
-
Uses of LinkRefDerived in com.vladsch.flexmark.ast
Subinterfaces of LinkRefDerived in com.vladsch.flexmark.ast Modifier and Type Interface Description interfaceLinkRenderedNodes which are textually derived from LinkRefClasses in com.vladsch.flexmark.ast that implement LinkRefDerived Modifier and Type Class Description classImageRefclassLinkRefclassRefNode -
Uses of LinkRefDerived in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement LinkRefDerived Modifier and Type Class Description classFootnoteA Footnote referencing node -
Uses of LinkRefDerived in com.vladsch.flexmark.ext.wikilink
Classes in com.vladsch.flexmark.ext.wikilink that implement LinkRefDerived Modifier and Type Class Description classWikiImageclassWikiLinkclassWikiNode -
Uses of LinkRefDerived in com.vladsch.flexmark.parser.internal
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type LinkRefDerived Modifier and Type Method Description protected static voidInlineParserImpl. collapseLinkRefChildren(Node node, java.util.function.Function<LinkRefDerived,java.lang.Boolean> isTentative, boolean trimFirstLastChild)
-