HTML: CSS Query
Sam Shull (contact me)
This class can be used to get elements from an HTML document using CSS selectors similar to Xpath.
It can load an HTML document and perform queries for elements using CSS selectors as query parameters. The search may be applied to the whole document or just to a list of document elements.
The class returns an array of document elements as DOMNode objects that match the query.
Click here for detailed information about this class on phpclasses.org