| 1139 | enum { BUF_SIZE = 200 }; |
| 1140 | |
| 1141 | XMLAttribute() : _next( 0 ), _memPool( 0 ) {} |
| 1142 | virtual ~XMLAttribute() {} |
| 1143 | |
| 1144 | XMLAttribute( const XMLAttribute& ); // not supported |
nothing calls this directly
no outgoing calls
no test coverage detected