public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) {
   if (_dom != null) {
     return _dom.getNthDescendant(node, n, includeself);
   } else {
     return super.getNthDescendant(node, n, includeself);
   }
 }