Changeset 836
- Timestamp:
- 02/04/13 09:37:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/simulator/workload/generator/RandomNumbersWrapper.java
r477 r836 215 215 216 216 217 XPathFactory factory = XPathFactory.newInstance(); 217 //XPathFactory factory = XPathFactory.newInstance(); 218 XPathFactory factory = new com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl(); 218 219 XPath xpath = factory.newXPath(); 219 220 XPathExpression expr = xpath.compile("//*[@id]");
Note: See TracChangeset
for help on using the changeset viewer.