public abstract class ImplicitAction extends Action
isApplicable(ch.qos.logback.core.joran.spi.ElementPath, org.xml.sax.Attributes, ch.qos.logback.core.joran.spi.InterpretationContext) method.ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
ImplicitAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isApplicable(ElementPath currentElementPath,
Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
begin, body, end, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic abstract boolean isApplicable(ElementPath currentElementPath, Attributes attributes, InterpretationContext ec)
currentElementPath - 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.ec - interpretation contextCopyright © 2005–2014 QOS.ch. All rights reserved.