#include <InheritsElement.h>
Inheritance diagram for InheritsElement:
Public Methods | |
InheritsElement (const skString& location,DOM_Element elem) | |
Protected Methods | |
void | setElement (DOM_Element elem) |
This method updates the associated element and clears the parse tree cache. More... | |
skXMLElementObject* | createXMLElementObject (const skString& location,DOM_Element element) |
This method creates a new XML Element object to wrap an element. More... | |
Static Protected Methods | |
void | replaceInherits (DOM_Element elem) |
It overrides the createXMLElementObject method to make sure that any sub-elements are also checked.
|
This method creates a new XML Element object to wrap an element. Override this for special behaviour in derived classes
Reimplemented from skXMLElementObject. |
|
This method updates the associated element and clears the parse tree cache.
Reimplemented from skXMLElementObject. |