Uses of Class
com.vladsch.flexmark.ast.RefNode
-
Packages that use RefNode Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.ext.zzzzzz.internal -
-
Uses of RefNode in com.vladsch.flexmark.ast
Subclasses of RefNode in com.vladsch.flexmark.ast Modifier and Type Class Description class
ImageRef
class
LinkRef
Methods in com.vladsch.flexmark.ast that return RefNode Modifier and Type Method Description @Nullable RefNode
Reference. getReferencingNode(@NotNull Node node)
-
Uses of RefNode in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type RefNode Modifier and Type Method Description private void
ZzzzzzAttributeProvider. setLinkAttributes(RefNode node, AttributablePart part, MutableAttributes attributes)
-