// skipped and the next child is accessed.
if (child.jjtGetNumChildren() == 1
&& child.type.equals("complexcat")) {
child = (SimpleNode) child.jjtGetChild(0);
// The element which is to be added to the xml
// representation
leaf = new Element("atomcat");