Uses of Class
org.nustaq.kontraktor.webapp.transpiler.jsx.AttributeNode
| Package | Description |
|---|---|
| org.nustaq.kontraktor.webapp.transpiler.jsx |
-
Uses of AttributeNode in org.nustaq.kontraktor.webapp.transpiler.jsx
Methods in org.nustaq.kontraktor.webapp.transpiler.jsx that return AttributeNode Modifier and Type Method Description AttributeNodeAttributeNode. name(StringBuilder name)AttributeNodeAttributeNode. value(StringBuilder value)Methods in org.nustaq.kontraktor.webapp.transpiler.jsx that return types with arguments of type AttributeNode Modifier and Type Method Description List<AttributeNode>TagNode. getAttributes()Methods in org.nustaq.kontraktor.webapp.transpiler.jsx with parameters of type AttributeNode Modifier and Type Method Description voidTagNode. addAttribute(AttributeNode currentAttribute)