Searched refs:docContext (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncId.java49 * @param docContext The document where the nodes are being looked for.
57 private StringVector getNodesByID(XPathContext xctxt, int docContext, argument
68 DTM dtm = xctxt.getDTM(docContext);
113 int docContext = dtm.getDocument();
115 if (DTM.NULL == docContext)
135 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
148 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java88 int docContext = dtm.getDocument();
90 if (DTM.NULL == docContext) {

Completed in 26 milliseconds