Set the name of the element.
| 1138 | } |
| 1139 | /// Set the name of the element. |
| 1140 | void SetName( const char* str, bool staticMem=false ) { |
| 1141 | SetValue( str, staticMem ); |
| 1142 | } |
| 1143 | |
| 1144 | virtual XMLElement* ToElement() { |
| 1145 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected