jOOQ / jOOX

jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
http://www.jooq.org/products
Apache License 2.0
494 stars 43 forks source link

Add Match.selectors() and selector() to return a set of CSS selectors for the matched elements #121

Open lukaseder opened 11 years ago

lukaseder commented 11 years ago

Add

List<String> selectors = match.selectors();
String selector = match.selector();

This should Mimick Firebug's CSS Selector generator

Sudharma commented 10 years ago

Hi Lukas,

I have been using Joox its wonderful. I have created a css query generator using JOOX , can this be used in JOOX? It will return the best unique css generator.

lukaseder commented 10 years ago

Hi Sudharma,

That sounds quite interesting. Could you provide a pull request so I can have a look?

Cheers Lukas

Sudharma commented 10 years ago

I am total busy with work, can I send you tomorrow , is it fine?

lukaseder commented 10 years ago

Yes, yes, sure!