org.apache.joran.action
Class NestComponentIA
java.lang.Object
|
+--org.apache.joran.action.Action
|
+--org.apache.joran.action.ImplicitAction
|
+--org.apache.joran.action.NestComponentIA
- public class NestComponentIA
- extends ImplicitAction
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NestComponentIA
public NestComponentIA()
isApplicable
public boolean isApplicable(Pattern pattern,
Attributes attributes,
ExecutionContext ec)
- Description copied from class:
ImplicitAction
- Check whether this implicit action is apprioriate in the current context.
- Specified by:
isApplicable
in class ImplicitAction
- Parameters:
pattern
- 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
-
- Returns:
- Whether the implicit action is applicable in the current context
begin
public void begin(ExecutionContext ec,
java.lang.String localName,
Attributes attributes)
- Description copied from class:
Action
- Called when the parser first encounters an element.
The return value indicates whether child elements should be processed. If
the returned value is 'false', then child elements are ignored.
- Specified by:
begin
in class Action
end
public void end(ExecutionContext ec,
java.lang.String tagName)
- Specified by:
end
in class Action
finish
public void finish(ExecutionContext ec)
Copyright 2000-2003 Apache Software Foundation.