public abstract class AttributedNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
attributes |
protected boolean |
inheritsAttributes |
protected Map<String,List<Object>> |
preparedAttributeValues |
| Constructor and Description |
|---|
AttributedNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
void |
addAttributes(Map<String,Object> attributeMap) |
AttributedNode |
clone() |
String |
getAttribute(String key) |
Map<String,Object> |
getAttributes() |
protected Map<String,Object> |
mergeInheritedAttributes(JadeModel model) |
execute, getBlock, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, pollNode, push, setBlock, setFileName, setLineNumber, setName, setNodes, setValuepublic AttributedNode clone() throws CloneNotSupportedException
clone in class NodeCloneNotSupportedExceptionCopyright © 2015. All rights reserved.