| 1895 | } |
| 1896 | |
| 1897 | double XMLElement::DoubleText(double defaultValue) const |
| 1898 | { |
| 1899 | double d = defaultValue; |
| 1900 | QueryDoubleText(&d); |
| 1901 | return d; |
| 1902 | } |
| 1903 | |
| 1904 | float XMLElement::FloatText(float defaultValue) const |
| 1905 | { |
nothing calls this directly
no outgoing calls
no test coverage detected