Text processing: CSS Tree Class Martin Weis (contact me)
This class can be used to parse Cascading Style Sheets (CSS) and build a tree data structure that can traversed programatically.
The class can parse CSS data from files or text strings. It builds an hierarchy of style nodes.
It can also output styles for tags, HTML style tag definitions or to a given file.