Return the first attribute in the list.
| 1629 | |
| 1630 | /// Return the first attribute in the list. |
| 1631 | const XMLAttribute* FirstAttribute() const |
| 1632 | { |
| 1633 | return _rootAttribute; |
| 1634 | } |
| 1635 | /// Query a specific attribute in the list. |
| 1636 | const XMLAttribute* FindAttribute(const char* name) const; |
| 1637 |
no outgoing calls
no test coverage detected