public class IfAction extends Action
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MISSING_JANINO_MSG |
static java.lang.String |
MISSING_JANINO_SEE |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
Constructor and Description |
---|
IfAction() |
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) |
boolean |
isActive() |
void |
setElseSaxEventList(java.util.List<SaxEvent> elseSaxEventList) |
void |
setThenSaxEventList(java.util.List<SaxEvent> thenSaxEventList) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
public static final java.lang.String MISSING_JANINO_MSG
public static final java.lang.String MISSING_JANINO_SEE
public void begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes) throws ActionException
Action
Pattern
.begin
in class Action
ActionException
public void end(InterpretationContext ic, java.lang.String name) throws ActionException
end
in class Action
ActionException
public void setThenSaxEventList(java.util.List<SaxEvent> thenSaxEventList)
public void setElseSaxEventList(java.util.List<SaxEvent> elseSaxEventList)
public boolean isActive()
Copyright © 2010 - 2023 Adobe. All Rights Reserved