protected String parseName() {
   NCLAttributes aux = getName();
   if (aux != null) return " name='" + aux.toString() + "'";
   else return "";
 }