The next attribute in the list.
| 1154 | |
| 1155 | /// The next attribute in the list. |
| 1156 | const XMLAttribute* Next() const { |
| 1157 | return _next; |
| 1158 | } |
| 1159 | |
| 1160 | /** IntValue interprets the attribute as an integer, and returns the value. |
| 1161 | If the value isn't an integer, 0 will be returned. There is no error checking; |
nothing calls this directly
no outgoing calls
no test coverage detected