*/
public void addChild(Pattern child)
throws RelaxException
{
if (_name == null)
throw new RelaxException(L.l("<element> must have <name> definitions before other children."));
child.setParent(_children);
// XXX: (group always null?)
// child.setElementName(_children.getElementName());