Uses of Interface
com.vladsch.flexmark.util.ast.ReferenceNode
-
Packages that use ReferenceNode 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 com.vladsch.flexmark.util.ast -
-
Uses of ReferenceNode in com.vladsch.flexmark.ast
Classes in com.vladsch.flexmark.ast that implement ReferenceNode Modifier and Type Class Description class
Reference
-
Uses of ReferenceNode in com.vladsch.flexmark.ext.abbreviation
Classes in com.vladsch.flexmark.ext.abbreviation that implement ReferenceNode Modifier and Type Class Description class
AbbreviationBlock
A block node that contains the abbreviation definition -
Uses of ReferenceNode in com.vladsch.flexmark.ext.enumerated.reference
Classes in com.vladsch.flexmark.ext.enumerated.reference that implement ReferenceNode Modifier and Type Class Description class
EnumeratedReferenceBlock
A EnumeratedReference block node -
Uses of ReferenceNode in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement ReferenceNode Modifier and Type Class Description class
FootnoteBlock
A Footnote definition node containing text and other inline nodes nodes as children. -
Uses of ReferenceNode in com.vladsch.flexmark.ext.macros
Classes in com.vladsch.flexmark.ext.macros that implement ReferenceNode Modifier and Type Class Description class
MacroDefinitionBlock
A MacroReference block node -
Uses of ReferenceNode in com.vladsch.flexmark.formatter
Classes in com.vladsch.flexmark.formatter with type parameters of type ReferenceNode Modifier and Type Class Description class
NodeRepositoryFormatter<R extends NodeRepository<B>,B extends Node & ReferenceNode<R,B,N>,N extends Node & ReferencingNode<R,B>>
-
Uses of ReferenceNode in com.vladsch.flexmark.util.ast
Classes in com.vladsch.flexmark.util.ast with type parameters of type ReferenceNode Modifier and Type Interface Description interface
ReferencingNode<R extends NodeRepository<B>,B extends ReferenceNode>
-