| 1863 | } |
| 1864 | |
| 1865 | double XMLElement::DoubleText(double defaultValue) const |
| 1866 | { |
| 1867 | double d = defaultValue; |
| 1868 | QueryDoubleText(&d); |
| 1869 | return d; |
| 1870 | } |
| 1871 | |
| 1872 | float XMLElement::FloatText(float defaultValue) const |
| 1873 | { |
nothing calls this directly
no outgoing calls
no test coverage detected