Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
| Class | Summary |
|---|---|
| DomParser | This class parses HTML code into a DOM like structure of nodes it will remove redundant whitespace and make sure that th... |
| SaxParser | This class parses HTML code using pure JavaScript and executes various events for each item it finds. |
| Node | This class is a minimalistic implementation of a DOM like node used by the DomParser class. |
| Schema | Schema validator class. |
| Serializer | This class is used to serialize down the DOM tree into a string using a Writer instance. |
| Styles | This class is used to parse CSS styles it also compresses styles to reduce the output size. |
| Writer | This class is used to write HTML tags out it can be used with the Serializer or the SaxParser. |