Return the first attribute in the list.
| 1514 | |
| 1515 | /// Return the first attribute in the list. |
| 1516 | const XMLAttribute* FirstAttribute() const { |
| 1517 | return _rootAttribute; |
| 1518 | } |
| 1519 | /// Query a specific attribute in the list. |
| 1520 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1521 |
no outgoing calls
no test coverage detected