Return the first attribute in the list.
| 1383 | |
| 1384 | /// Return the first attribute in the list. |
| 1385 | const XMLAttribute* FirstAttribute() const { |
| 1386 | return _rootAttribute; |
| 1387 | } |
| 1388 | /// Query a specific attribute in the list. |
| 1389 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1390 |
no outgoing calls
no test coverage detected