Uses of Interface
com.vladsch.flexmark.util.ast.ReferencingNode
-
Packages that use ReferencingNode Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.ext.abbreviation com.vladsch.flexmark.ext.enumerated.reference com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.macros com.vladsch.flexmark.formatter -
-
Uses of ReferencingNode in com.vladsch.flexmark.ast
Classes in com.vladsch.flexmark.ast that implement ReferencingNode Modifier and Type Class Description class
ImageRef
class
LinkRef
class
RefNode
-
Uses of ReferencingNode in com.vladsch.flexmark.ext.abbreviation
Classes in com.vladsch.flexmark.ext.abbreviation that implement ReferencingNode Modifier and Type Class Description class
Abbreviation
A node containing the abbreviated text that will be rendered as an abbr tag or a link with title attribute -
Uses of ReferencingNode in com.vladsch.flexmark.ext.enumerated.reference
Classes in com.vladsch.flexmark.ext.enumerated.reference that implement ReferencingNode Modifier and Type Class Description class
EnumeratedReferenceBase
A EnumeratedReference nodeclass
EnumeratedReferenceLink
A EnumeratedReference nodeclass
EnumeratedReferenceText
A EnumeratedReference node -
Uses of ReferencingNode in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement ReferencingNode Modifier and Type Class Description class
Footnote
A Footnote referencing node -
Uses of ReferencingNode in com.vladsch.flexmark.ext.macros
Classes in com.vladsch.flexmark.ext.macros that implement ReferencingNode Modifier and Type Class Description class
MacroReference
A MacroReference node -
Uses of ReferencingNode in com.vladsch.flexmark.formatter
Classes in com.vladsch.flexmark.formatter with type parameters of type ReferencingNode Modifier and Type Class Description class
NodeRepositoryFormatter<R extends NodeRepository<B>,B extends Node & ReferenceNode<R,B,N>,N extends Node & ReferencingNode<R,B>>
-