| 1153 | enum { BUF_SIZE = 200 }; |
| 1154 | |
| 1155 | XMLAttribute() : _next( 0 ), _memPool( 0 ) {} |
| 1156 | virtual ~XMLAttribute() {} |
| 1157 | |
| 1158 | XMLAttribute( const XMLAttribute& ); // not supported |
nothing calls this directly
no outgoing calls
no test coverage detected