if (tag.equals("label_location")) { label_location = true; }
}
if (tag.equals("name")) { name = true; }
if (tag.equals("coords")) { coords = true; }
if (tag.equals("puller")) { puller = true; putmp = new ConfPuller(); }
if (tag.equals("pusher")) { pusher = true; pushtmp = new ConfPusher(); }
if (tag.equals("class")) { sclass = true; }
if (tag.equals("plugin")) { plugin = true; pltmp = new ConfPlugin(); }
if (tag.equals("param")) { param = true; patmp = new ConfParam(); }
if (tag.equals("value")) { value = true; }