Body body=new BodyBase();//output.getBody();
output.setBody(body);
ASMUtil.replace(tag,output,false);
body.addStatement(tag);
output.addAttribute(tag.removeAttribute("query"));
if(tag.containsAttribute("group"))output.addAttribute(tag.removeAttribute("group"));
if(tag.containsAttribute("groupcasesensitive"))output.addAttribute(tag.removeAttribute("groupcasesensitive"));
if(tag.containsAttribute("startrow"))output.addAttribute(tag.removeAttribute("startrow"));