Return the first attribute in the list.
| 1338 | |
| 1339 | /// Return the first attribute in the list. |
| 1340 | const XMLAttribute* FirstAttribute() const { |
| 1341 | return _rootAttribute; |
| 1342 | } |
| 1343 | /// Query a specific attribute in the list. |
| 1344 | const XMLAttribute* FindAttribute( const char* name ) const; |
| 1345 |
no outgoing calls
no test coverage detected