Return the first attribute in the list.
| 1502 | |
| 1503 | /// Return the first attribute in the list. |
| 1504 | const XMLAttribute* FirstAttribute() const { |
| 1505 | return _rootAttribute; |
| 1506 | } |
| 1507 | /// Query a specific attribute in the list. |
| 1508 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1509 |
no outgoing calls
no test coverage detected