Ejemplo n.º 1
0
 public int getDocumentRoot(int nodeHandle) {
   if (_dom != null) {
     return _dom.getDocumentRoot(nodeHandle);
   } else {
     return super.getDocumentRoot(nodeHandle);
   }
 }