The next attribute in the list.
| 1040 | |
| 1041 | /// The next attribute in the list. |
| 1042 | const XMLAttribute* Next() const { |
| 1043 | return _next; |
| 1044 | } |
| 1045 | |
| 1046 | /** IntValue interprets the attribute as an integer, and returns the value. |
| 1047 | 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