]> source.dussan.org Git - gwtquery.git/commit
Accept xpath selectors and pass them to the native engine, it should work in most...
authorManolo Carrasco <manolo@apache.org>
Sat, 7 May 2011 15:07:51 +0000 (15:07 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 7 May 2011 15:07:51 +0000 (15:07 +0000)
commitb519726e13820e3788f207b6d4c11e88c12482d5
tree3b5a460ac2cb2c4074a575b787dbd79102c2bf73
parent37ecce9ad343b53e9a94478866181080645bab78
Accept xpath selectors and pass them to the native engine, it should work in most browsers, IE is not supported
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngine.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java