Iterable<String> props = dbNode.getPropertyKeys();
for (String key : props) {
if (key.startsWith("data-")) {
String value = getPropertyWithVariableReplacement(securityContext, renderContext, new GenericProperty(key));
if (!(EditMode.RAW.equals(editMode) || EditMode.WIDGET.equals(editMode))) {
value = escapeForHtmlAttributes(value);