| Package | Description |
|---|---|
| org.thymeleaf.dom |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
NestableAttributeHolderNode.getAttributeFromNormalizedName(String normalizedAttributeName)
Returns an attribute, if it exists (null if not).
|
Attribute[] |
NestableAttributeHolderNode.unsafeGetAttributes()
Returns the inner array used for storing the element attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attribute> |
NestableAttributeHolderNode.getAttributeMap()
Returns a map with all the names (normalized) and values of the element attributes.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.