Extendings class...
Hi everybody,
I need to extend the XML and XMLNode class to add method.
Extending the xml class is no problem.
The problem is that i want the XML class to extend XMLNodeMod class (wich is extending the XMLNode class) instead of extending the XMLNode class.
By default, the XML class is extending the XMLNode class. I need the methods of the XML class and i want to add method in the XMLNode class so the XML class can use it.
I do not want to edit the macromedia XML class.
(XML extends XMLnode --> XML extends XMLNodeMod)
How can i make the XML class extends my XMLNodeMod instead of the XMLNode class ?
thx
|