package org.webslinger.ext.wiki.parser;
public interface ControlNode extends Node {
void moveChildren();
}