| 1562 | void operator=( const XMLElement& ); // not supported |
| 1563 | |
| 1564 | XMLAttribute* FindAttribute( const char* name ) { |
| 1565 | return const_cast<XMLAttribute*>(const_cast<const XMLElement*>(this)->FindAttribute( name )); |
| 1566 | } |
| 1567 | XMLAttribute* FindOrCreateAttribute( const char* name ); |
| 1568 | //void LinkAttribute( XMLAttribute* attrib ); |
| 1569 | char* ParseAttributes( char* p ); |
no test coverage detected