public class Attribute extends Token
| Constructor and Description |
|---|
Attribute(String value,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value) |
void |
addBooleanAttribute(String name,
Boolean value) |
void |
addExpressionAttribute(String name,
String expression) |
Map<String,Object> |
getAttributes() |
getIndents, getLineNumber, getMode, getName, getValue, isBuffer, isSelfClosing, setBuffer, setIndents, setMode, setName, setSelfClosing, setValue, toStringpublic Attribute(String value, int lineNumber)
Copyright © 2015. All rights reserved.