public class StatusListenerAction extends Action
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Boolean |
effectivelyAdded |
(package private) boolean |
inError |
(package private) StatusListener |
statusListener |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
StatusListenerAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
end(InterpretationContext ec,
java.lang.String e) |
void |
finish(InterpretationContext ec) |
private boolean |
isEffectivelyAdded() |
body, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextboolean inError
java.lang.Boolean effectivelyAdded
StatusListener statusListener
public void begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes) throws ActionException
ActionPattern.begin in class ActionActionExceptionpublic void finish(InterpretationContext ec)
public void end(InterpretationContext ec, java.lang.String e)
private boolean isEffectivelyAdded()