| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.attributes | |
| com.vladsch.flexmark.ext.attributes.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesDelimiter
A empty implicit AttributesNode used to mark attribute span start
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesVisitor.visit(AttributesNode node) |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<com.vladsch.flexmark.util.ast.Node,ArrayList<AttributesNode>> |
NodeAttributeRepository.nodeAttributesHashMap |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributesNode> |
NodeAttributeRepository.get(Object key) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.util.ast.Node key,
ArrayList<AttributesNode> value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.util.ast.Node key,
AttributesNode value) |
ArrayList<AttributesNode> |
NodeAttributeRepository.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.ast.Node |
AttributesNodePostProcessor.getAttributeOwner(com.vladsch.flexmark.util.ast.NodeTracker state,
AttributesNode attributesNode) |
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.util.ast.Node key,
AttributesNode value) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributesNode> |
NodeAttributeRepository.put(com.vladsch.flexmark.util.ast.Node key,
ArrayList<AttributesNode> value) |
Copyright © 2020. All rights reserved.