uk.me.parabola.mkgmap.osmstyle.actions
Class DeleteAction

java.lang.Object
  extended by uk.me.parabola.mkgmap.osmstyle.actions.DeleteAction
All Implemented Interfaces:
Action

public class DeleteAction
extends java.lang.Object
implements Action

Deletes a tag.

Author:
Steve Ratcliffe

Constructor Summary
DeleteAction(java.lang.String tag)
           
 
Method Summary
 void perform(Element el)
          Perform the action on the element.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteAction

public DeleteAction(java.lang.String tag)
Method Detail

perform

public void perform(Element el)
Description copied from interface: Action
Perform the action on the element.

Specified by:
perform in interface Action

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object