| 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<com.vladsch.flexmark.ast.Node,ArrayList<AttributesNode>> |
NodeAttributeRepository.nodeAttributesHashMap |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<com.vladsch.flexmark.ast.Node,ArrayList<AttributesNode>>> |
NodeAttributeRepository.entrySet() |
ArrayList<AttributesNode> |
NodeAttributeRepository.get(Object key) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.ast.Node key,
ArrayList<AttributesNode> value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.ast.Node key,
AttributesNode value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.remove(Object key) |
Collection<ArrayList<AttributesNode>> |
NodeAttributeRepository.values() |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.ast.Node |
AttributesNodePostProcessor.getAttributeOwner(com.vladsch.flexmark.util.NodeTracker state,
AttributesNode attributesNode) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.ast.Node key,
AttributesNode value) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.ast.Node key,
ArrayList<AttributesNode> value) |
void |
NodeAttributeRepository.putAll(Map<? extends com.vladsch.flexmark.ast.Node,? extends ArrayList<AttributesNode>> m) |
Copyright © 2018. All rights reserved.