init render method for the whole subtree
| 9799 | |
| 9800 | /// init render method for the whole subtree |
| 9801 | void ldomNode::initNodeStyleRecursive() |
| 9802 | { |
| 9803 | getDocument()->_fontMap.clear(); |
| 9804 | updateStyleDataRecursive( this ); |
| 9805 | //recurseElements( updateStyleData ); |
| 9806 | } |
| 9807 | #endif |
| 9808 | |
| 9809 | /// calls specified function recursively for all elements of DOM tree |
no test coverage detected