Return the first attribute in the list.
| 1473 | |
| 1474 | /// Return the first attribute in the list. |
| 1475 | const XMLAttribute* FirstAttribute() const { |
| 1476 | return _rootAttribute; |
| 1477 | } |
| 1478 | /// Query a specific attribute in the list. |
| 1479 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1480 |
no outgoing calls
no test coverage detected