Return the first attribute in the list.
| 1223 | |
| 1224 | /// Return the first attribute in the list. |
| 1225 | const XMLAttribute* FirstAttribute() const { |
| 1226 | return _rootAttribute; |
| 1227 | } |
| 1228 | /// Query a specific attribute in the list. |
| 1229 | const XMLAttribute* FindAttribute(const char* name) const; |
| 1230 |