ArrayList<Automaton> ss = new ArrayList<Automaton>();
ss.add(s.getStringSource());
ss.add(tn.getText());
tn.replaceText(Automaton.union(ss), g);
}
g.merge(xmlsrc);
if (s.getKind() == PlugStm.Kind.PLUGWRAP) {
g.getRoots().clear();
g.getRoots().add(stm_nodes.getPlugWrapTopNode(s, g).getIndex());
restoreEdges(stm_nodes.getPlugWrapTopNode(s, g), g);
stm_nodes.getPlugWrapContentNode(s, g).setContent(base.getRoots(), g);