| 1902 | } |
| 1903 | |
| 1904 | float XMLElement::FloatText(float defaultValue) const |
| 1905 | { |
| 1906 | float f = defaultValue; |
| 1907 | QueryFloatText(&f); |
| 1908 | return f; |
| 1909 | } |
| 1910 | |
| 1911 | |
| 1912 | XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name ) |
nothing calls this directly
no outgoing calls
no test coverage detected