org.apache.directory.shared.dsmlv2
Interface IAction
- All Known Implementing Classes:
- GrammarAction
public interface IAction
IAction interface just contains the method 'action' which must be implemented
in all the implementong classes.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
action
void action(Dsmlv2Container container)
throws org.xmlpull.v1.XmlPullParserException
- The action to be executed.
- Parameters:
container
- the container which stores the current data
- Throws:
org.xmlpull.v1.XmlPullParserException
- thrown if something went wrong.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.