Searched refs:whereNode (Results 1 – 1 of 1) sorted by relevance
48 int whereNode = getArg0AsNode(xctxt); in execute() local51 if (DTM.NULL != whereNode) in execute()53 DTM dtm = xctxt.getDTM(whereNode); in execute()56 if (DTM.DOCUMENT_FRAGMENT_NODE == dtm.getNodeType(whereNode)) in execute()58 whereNode = dtm.getFirstChild(whereNode); in execute()61 if (DTM.NULL != whereNode) in execute()