The next attribute in the list.
| 968 | } |
| 969 | /// The next attribute in the list. |
| 970 | const XMLAttribute* Next() const { |
| 971 | return _next; |
| 972 | } |
| 973 | |
| 974 | /** IntAttribute interprets the attribute as an integer, and returns the value. |
| 975 | If the value isn't an integer, 0 will be returned. There is no error checking; |
no outgoing calls
no test coverage detected