| 1743 | } |
| 1744 | |
| 1745 | double XMLElement::DoubleText(double defaultValue) const |
| 1746 | { |
| 1747 | double d = defaultValue; |
| 1748 | QueryDoubleText(&d); |
| 1749 | return d; |
| 1750 | } |
| 1751 | |
| 1752 | float XMLElement::FloatText(float defaultValue) const |
| 1753 | { |
nothing calls this directly
no outgoing calls
no test coverage detected