public class SiftAction extends Action implements InPlayListener
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<SaxEvent> |
seList |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
SiftAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
end(InterpretationContext ic,
java.lang.String name) |
java.util.List<SaxEvent> |
getSeList() |
void |
inPlay(SaxEvent event) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextjava.util.List<SaxEvent> seList
public void begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes) throws ActionException
ActionPattern.begin in class ActionActionExceptionpublic void end(InterpretationContext ic, java.lang.String name) throws ActionException
end in class ActionActionExceptionpublic void inPlay(SaxEvent event)
inPlay in interface InPlayListenerpublic java.util.List<SaxEvent> getSeList()