| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Martin Weis (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| 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. |
| ||||
| This class can be used to manage trees of hierarchic objects. The tree is held in node objects in memory, so it should be used for small trees. It can add tree children node objects, remove node children objects, delete a given node object, traverse and display the whole hierarchy of node objects. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |