Searched refs:usedrefs (Results 1 – 2 of 2) sorted by relevance
56 String refval, StringVector usedrefs, in getNodesByID() argument73 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() local133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet, in execute()
90 Hashtable usedrefs = null; in execute() local104 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()