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 interface
LinkRendered
Nodes which are textually derived from LinkRefClasses in com.vladsch.flexmark.ast that implement LinkRefDerived Modifier and Type Class Description class
ImageRef
class
LinkRef
class
RefNode
-
Uses of LinkRefDerived in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement LinkRefDerived Modifier and Type Class Description class
Footnote
A 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 class
WikiImage
class
WikiLink
class
WikiNode
-
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 void
InlineParserImpl. collapseLinkRefChildren(Node node, java.util.function.Function<LinkRefDerived,java.lang.Boolean> isTentative, boolean trimFirstLastChild)
-