String name = getAttribute("name");
String value = getAttribute("value");
// Value may be null, in which case the value is set from the element content
IPropertyHolder ph = (IPropertyHolder) peekObject();
push(_elementName, new PropertyValueSetter(ph, name, value), STATE_META, false);
}