public int getDocumentRoot(int nodeHandle) {
   if (_dom != null) {
     return _dom.getDocumentRoot(nodeHandle);
   } else {
     return super.getDocumentRoot(nodeHandle);
   }
 }