Return the first attribute in the list.
| 1419 | |
| 1420 | /// Return the first attribute in the list. |
| 1421 | const XMLAttribute* FirstAttribute() const { |
| 1422 | return _rootAttribute; |
| 1423 | } |
| 1424 | /// Query a specific attribute in the list. |
| 1425 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1426 |
no outgoing calls
no test coverage detected