// already part of API
 //
 // public short getNodeType();
 public String getNodeValue() throws DOMException {
   return DOMNodeHelper.getNodeValue(this);
 }