org.apache.joran.action
Class AppenderRefAction
java.lang.Object
|
+--org.apache.joran.action.Action
|
+--org.apache.joran.action.AppenderRefAction
- public class AppenderRefAction
- extends Action
Fields inherited from class org.apache.joran.action.Action |
inError |
AppenderRefAction
public AppenderRefAction()
begin
public void begin(ExecutionContext ec,
Element appenderRef)
- 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,
Element e)
- Specified by:
end
in class Action
finish
public void finish(ExecutionContext ec)
- Specified by:
finish
in class Action
Copyright 2000-2003 Apache Software Foundation.