public class NestedBasicPropertyIA extends ImplicitAction
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
Constructor and Description |
---|
NestedBasicPropertyIA(BeanDescriptionCache beanDescriptionCache) |
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 |
body(InterpretationContext ec,
java.lang.String body)
Called to pass the body (as text) contained within an element.
|
void |
end(InterpretationContext ec,
java.lang.String tagName) |
boolean |
isApplicable(ElementPath elementPath,
org.xml.sax.Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
public NestedBasicPropertyIA(BeanDescriptionCache beanDescriptionCache)
public boolean isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)
ImplicitAction
isApplicable
in class ImplicitAction
elementPath
- This pattern contains the tag name of the current
element being parsed at the top of the stack.attributes
- The attributes of the current element to process.public void begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
Action
Pattern
.public void body(InterpretationContext ec, java.lang.String body)
Action
public void end(InterpretationContext ec, java.lang.String tagName)
Copyright © 2010 - 2023 Adobe. All Rights Reserved