| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.attributes | |
| com.vladsch.flexmark.ext.attributes.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesVisitor.visit(AttributesNode node) |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Node,ArrayList<AttributesNode>> |
NodeAttributeRepository.nodeAttributesHashMap |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Node,ArrayList<AttributesNode>>> |
NodeAttributeRepository.entrySet() |
ArrayList<AttributesNode> |
NodeAttributeRepository.get(Object key) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(Node key,
ArrayList<AttributesNode> value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(Node key,
AttributesNode value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.remove(Object key) |
Collection<ArrayList<AttributesNode>> |
NodeAttributeRepository.values() |
| Modifier and Type | Method and Description |
|---|---|
Node |
AttributesNodePostProcessor.getAttributeOwner(NodeTracker state,
AttributesNode attributesNode) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(Node key,
AttributesNode value) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributesNode> |
NodeAttributeRepository.put(Node key,
ArrayList<AttributesNode> value) |
void |
NodeAttributeRepository.putAll(Map<? extends Node,? extends ArrayList<AttributesNode>> m) |
Copyright © 2018. All rights reserved.