]> source.dussan.org Git - gwtquery.git/commit
added a new XPath engine based in Andrea Giammarchi Css2Xpath library
authorManolo Carrasco <manolo@apache.org>
Tue, 1 Jun 2010 09:09:26 +0000 (09:09 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 1 Jun 2010 09:09:26 +0000 (09:09 +0000)
commitbb2ec811cb8abdcbbf1a66d5e77fb3d2e8e397ae
treededd743a402e81f16fee8e73aa297a35697a3853
parentf47c9b3e4353a300fd55769bbf97ccce335dd46c
added a new XPath engine based in Andrea Giammarchi Css2Xpath library
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzle.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorCssToXPath.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/impl/SelectorEnginesTest.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/rebind/SelectorGeneratorsTest.java [new file with mode: 0644]