Ejemplo n.º 1
0
 /**
  * @webref xml:method
  * @brief Sets the element's name
  */
 public void setName(String newName) {
   Document document = node.getOwnerDocument();
   node = document.renameNode(node, null, newName);
   //    name = node.getNodeName();
 }