Example #1
0
 /**
  * Returns the name of the element (without namespace prefix).
  *
  * <p>Internal function; not included in reference.
  */
 public String getLocalName() {
   return node.getLocalName();
 }