public class DefinePropertyAction extends Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
context
Constructor and Description |
---|
DefinePropertyAction() |
Modifier and Type | Method and Description |
---|---|
void |
begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Called when the parser encounters an element matching a
Pattern . |
void |
end(InterpretationContext ec,
java.lang.String name)
Now property definer is initialized by all properties and we can put
property value to context
|
body, getColumnNumber, getLineColStr, getLineNumber, toString
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
public void begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes) throws ActionException
Action
Pattern
.begin
in class Action
ActionException
public void end(InterpretationContext ec, java.lang.String name)