HomeSort by relevance Sort by last modified time
    Searched refs:docContext (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncId.java 47 * @param docContext The document where the nodes are being looked for.
55 private StringVector getNodesByID(XPathContext xctxt, int docContext,
66 DTM dtm = xctxt.getDTM(docContext);
111 int docContext = dtm.getDocument();
113 if (DTM.NULL == docContext)
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
146 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncKey.java 64 int docContext = dtm.getDocumentRoot(context);
66 if (DTM.NULL == docContext)
119 kmgr.getNodeSetDTMByKey(xctxt, docContext, keyname, ref,
143 nodes = kmgr.getNodeSetDTMByKey(xctxt, docContext, keyname,
FuncDocument.java 78 int docContext = dtm.getDocumentRoot(context);
172 if (DTM.NULL == docContext)

Completed in 432 milliseconds