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