Query as a float. See IntValue()
| 1072 | } |
| 1073 | /// Query as a float. See IntValue() |
| 1074 | float FloatValue() const { |
| 1075 | float f=0; |
| 1076 | QueryFloatValue( &f ); |
| 1077 | return f; |
| 1078 | } |
| 1079 | |
| 1080 | /** QueryIntValue interprets the attribute as an integer, and returns the value |
| 1081 | in the provided parameter. The function will return XML_NO_ERROR on success, |
nothing calls this directly
no outgoing calls
no test coverage detected