217218219220221222223224225226227
final Component comp = super.newInstance(page, parent); if (_dns != null) { final Native nc = (Native)comp; for (Iterator it = _dns.iterator(); it.hasNext();) nc.addDeclaredNamespace((Namespace)it.next()); } return comp; } public Object clone() {