| 1870 | } |
| 1871 | |
| 1872 | float XMLElement::FloatText(float defaultValue) const |
| 1873 | { |
| 1874 | float f = defaultValue; |
| 1875 | QueryFloatText(&f); |
| 1876 | return f; |
| 1877 | } |
| 1878 | |
| 1879 | |
| 1880 | XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name ) |
nothing calls this directly
no outgoing calls
no test coverage detected