4849505152535455565758
boolean descendant = false; final int possibleAncestor; final IntStack nodeStack = ctx.getCurrentNodeStack(); if (nodeStack.size() > 1) { possibleAncestor = nodeStack.elementAt(1); } else { possibleAncestor = DTM.NULL; }