See IntAttribute()
| 1204 | } |
| 1205 | /// See IntAttribute() |
| 1206 | float FloatAttribute( const char* name ) const { |
| 1207 | float f=0; |
| 1208 | QueryFloatAttribute( name, &f ); |
| 1209 | return f; |
| 1210 | } |
| 1211 | |
| 1212 | /** Given an attribute name, QueryIntAttribute() returns |
| 1213 | XML_NO_ERROR, XML_WRONG_ATTRIBUTE_TYPE if the conversion |
nothing calls this directly
no test coverage detected