Home
last modified time | relevance | path

Searched refs:usedrefs (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncId.java56 String refval, StringVector usedrefs, in getNodesByID() argument
73 if ((null != usedrefs) && usedrefs.contains(ref)) in getNodesByID()
87 if (null == usedrefs) in getNodesByID()
88 usedrefs = new StringVector(); in getNodesByID()
90 usedrefs.addElement(ref); in getNodesByID()
95 return usedrefs; in getNodesByID()
124 StringVector usedrefs = null; in execute() local
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet, in execute()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncKey.java90 Hashtable usedrefs = null; in execute() local
104 if (null == usedrefs) in execute()
105 usedrefs = new Hashtable(); in execute()
107 if (usedrefs.get(ref) != null) in execute()
115 usedrefs.put(ref, ISTRUE); in execute()