Uses of Class
com.vladsch.flexmark.ext.attributes.AttributesNode
Packages that use AttributesNode
Package
Description
-
Uses of AttributesNode in com.vladsch.flexmark.ext.attributes
Subclasses of AttributesNode in com.vladsch.flexmark.ext.attributesModifier and TypeClassDescriptionclass
A empty implicit AttributesNode used to mark attribute span startMethods in com.vladsch.flexmark.ext.attributes with parameters of type AttributesNode -
Uses of AttributesNode in com.vladsch.flexmark.ext.attributes.internal
Fields in com.vladsch.flexmark.ext.attributes.internal with type parameters of type AttributesNodeModifier and TypeFieldDescriptionprotected final HashMap
<Node, ArrayList<AttributesNode>> NodeAttributeRepository.nodeAttributesHashMap
Methods in com.vladsch.flexmark.ext.attributes.internal that return types with arguments of type AttributesNodeModifier and TypeMethodDescription@NotNull Set
<Map.Entry<Node, ArrayList<AttributesNode>>> NodeAttributeRepository.entrySet()
NodeAttributeRepository.put
(Node key, AttributesNode value) NodeAttributeRepository.put
(Node key, ArrayList<AttributesNode> value) @NotNull Collection
<ArrayList<AttributesNode>> NodeAttributeRepository.values()
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type AttributesNodeModifier and TypeMethodDescriptionAttributesNodePostProcessor.getAttributeOwner
(NodeTracker state, AttributesNode attributesNode) (package private) static Node
AttributesNodePostProcessor.matchDelimitedSpans
(NodeTracker state, AttributesNode attributesNode, Node previous) NodeAttributeRepository.put
(Node key, AttributesNode value) (package private) void
AttributesNodeFormatter.render
(AttributesNode node, NodeFormatterContext context, MarkdownWriter markdown) Method parameters in com.vladsch.flexmark.ext.attributes.internal with type arguments of type AttributesNodeModifier and TypeMethodDescriptionNodeAttributeRepository.put
(Node key, ArrayList<AttributesNode> value) void
NodeAttributeRepository.putAll
(@NotNull Map<? extends Node, ? extends ArrayList<AttributesNode>> m)