HomeSort by relevance Sort by last modified time
    Searched defs:m_refsTable (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 63 private Hashtable m_refsTable = null;
185 if (m_refsTable == null) {
187 m_refsTable = new Hashtable(89);
229 return m_refsTable;
233 * Add an association between a ref and a node in the m_refsTable.
234 * Requires that m_refsTable != null
241 XNodeSet nodes = (XNodeSet) m_refsTable.get(ref);
246 m_refsTable.put(ref, nodes);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 37 milliseconds