Uses of Class
com.vladsch.flexmark.ext.attributes.AttributesNode
-
Packages that use AttributesNode Package Description com.vladsch.flexmark.ext.attributes com.vladsch.flexmark.ext.attributes.internal -
-
Uses of AttributesNode in com.vladsch.flexmark.ext.attributes
Subclasses of AttributesNode in com.vladsch.flexmark.ext.attributes Modifier and Type Class Description class
AttributesDelimiter
A empty implicit AttributesNode used to mark attribute span startMethods in com.vladsch.flexmark.ext.attributes with parameters of type AttributesNode Modifier and Type Method Description void
AttributesVisitor. visit(AttributesNode node)
-
Uses of AttributesNode in com.vladsch.flexmark.ext.attributes.internal
Fields in com.vladsch.flexmark.ext.attributes.internal with type parameters of type AttributesNode Modifier and Type Field Description protected java.util.HashMap<Node,java.util.ArrayList<AttributesNode>>
NodeAttributeRepository. nodeAttributesHashMap
Methods in com.vladsch.flexmark.ext.attributes.internal that return types with arguments of type AttributesNode Modifier and Type Method Description @NotNull java.util.Set<java.util.Map.Entry<Node,java.util.ArrayList<AttributesNode>>>
NodeAttributeRepository. entrySet()
java.util.ArrayList<AttributesNode>
NodeAttributeRepository. get(java.lang.Object key)
java.util.ArrayList<AttributesNode>
NodeAttributeRepository. put(Node key, AttributesNode value)
java.util.ArrayList<AttributesNode>
NodeAttributeRepository. put(Node key, java.util.ArrayList<AttributesNode> value)
java.util.ArrayList<AttributesNode>
NodeAttributeRepository. remove(java.lang.Object key)
@NotNull java.util.Collection<java.util.ArrayList<AttributesNode>>
NodeAttributeRepository. values()
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type AttributesNode Modifier and Type Method Description Node
AttributesNodePostProcessor. getAttributeOwner(NodeTracker state, AttributesNode attributesNode)
(package private) static Node
AttributesNodePostProcessor. matchDelimitedSpans(NodeTracker state, AttributesNode attributesNode, Node previous)
java.util.ArrayList<AttributesNode>
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 AttributesNode Modifier and Type Method Description java.util.ArrayList<AttributesNode>
NodeAttributeRepository. put(Node key, java.util.ArrayList<AttributesNode> value)
void
NodeAttributeRepository. putAll(@NotNull java.util.Map<? extends Node,? extends java.util.ArrayList<AttributesNode>> m)
-