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

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 49 * @param usedrefs List of references for which nodes were found.
53 * @return The usedrefs value.
56 String refval, StringVector usedrefs,
73 if ((null != usedrefs) && usedrefs.contains(ref))
87 if (null == usedrefs)
88 usedrefs = new StringVector();
90 usedrefs.addElement(ref);
95 return usedrefs;
124 StringVector usedrefs = null local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 45 /** Dummy value to be used in usedrefs hashtable */
90 Hashtable usedrefs = null; local
104 if (null == usedrefs)
105 usedrefs = new Hashtable();
107 if (usedrefs.get(ref) != null)
115 usedrefs.put(ref, ISTRUE);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 139 milliseconds