|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.osmstyle.actions.RenameAction
public class RenameAction
Renames a tag. Specifically takes the value of the 'from' tag, sets the value of the 'to' tag and removes the 'from' tag.
Constructor Summary | |
---|---|
RenameAction(java.lang.String from,
java.lang.String to)
|
Method Summary | |
---|---|
void |
perform(Element el)
Perform the action on the element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenameAction(java.lang.String from, java.lang.String to)
Method Detail |
---|
public void perform(Element el)
Action
perform
in interface Action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |