init render method for the whole subtree
| 9764 | |
| 9765 | /// init render method for the whole subtree |
| 9766 | void ldomNode::initNodeRendMethodRecursive() |
| 9767 | { |
| 9768 | recurseElementsDeepFirst( updateRendMethod ); |
| 9769 | } |
| 9770 | #endif |
| 9771 | |
| 9772 | #if 0 |
no outgoing calls
no test coverage detected