Innovation Award
 June 2009
Number 2 |
CSS is a standard that allows you to assign style properties to elements in a page that match a given selector path to match elements by class or identifier.
This class provides a solution to search and extract page elements using the CSS selector path specification.
Manuel Lemos |
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.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.