This class provides two implementations of the DOM specification:
- A very light-weight implementation (TBasicDOM), that you can use when you don't need so many things;
- And a complete implementation (the TDOM class) of the Document Object Model Level 3 that follows all the DOM 3 Core specifications according to the http://www.w3.org, by the way the documentation is available at http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/.
Now my work is done :]
I've made some fast tests and didn't get any errors, so if you find one(s), feel free to warn me, so I'll be able to find and correct the problem... :] |