| 1788 | void operator=(const XMLElement&); // not supported |
| 1789 | |
| 1790 | XMLAttribute* FindAttribute(const char* name) |
| 1791 | { |
| 1792 | return const_cast<XMLAttribute*>(const_cast<const XMLElement*>(this)->FindAttribute(name)); |
| 1793 | } |
| 1794 | XMLAttribute* FindOrCreateAttribute(const char* name); |
| 1795 | //void LinkAttribute( XMLAttribute* attrib ); |
| 1796 | char* ParseAttributes(char* p, int* curLineNumPtr); |
no test coverage detected