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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 67 Vector xpaths = paths.getElements(); local
69 for (int i = 0; i < xpaths.size(); i++)
71 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), false, thisSheet);
ProcessorStripSpace.java 66 Vector xpaths = paths.getElements(); local
68 for (int i = 0; i < xpaths.size(); i++)
70 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), true, thisSheet);
  /external/autotest/server/cros/ap_configurators/
web_driver_core_helpers.py 104 xpaths = []
106 xpaths.append('id("%s")' % element_id)
107 xpath_found = self.wait_for_objects_by_xpath(xpaths, wait_time)
113 def wait_for_objects_by_xpath(self, xpaths, wait_time=5):
116 @param xpaths: A list of all the xpath's of elements to find.
123 if wait_time < len(xpaths):
124 wait_time = len(xpaths)
127 for xpath in xpaths:
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /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 252 milliseconds