417418419420421422423424
} String changed = child.getAttribute(CHANGED, null); if (script.getProperty(propName) == null) { error("Use of undeclared property '" + propName + "'", child); } screen.addItem(new Item(script, propName, unindent(child.getContent()), changed)); } }