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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 249 Vector importList = new Vector();
251 addImports(this, true, importList);
253 // Now we create an array and reverse the order of the importList vector.
254 // We built the importList vector backwards so that we could use addElement
259 m_globalImportList = new StylesheetComposed[importList.size()];
261 for (int i = 0, j= importList.size() -1; i < importList.size(); i++)
263 m_globalImportList[j] = (StylesheetComposed) importList.elementAt(i);
381 * Add the imports in the given sheet to the working importList vector.
395 * @param importList The working import list. Templates are added here in the revers
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 65 milliseconds