| 1856 | } |
| 1857 | |
| 1858 | bool XMLElement::BoolText(bool defaultValue) const |
| 1859 | { |
| 1860 | bool b = defaultValue; |
| 1861 | QueryBoolText(&b); |
| 1862 | return b; |
| 1863 | } |
| 1864 | |
| 1865 | double XMLElement::DoubleText(double defaultValue) const |
| 1866 | { |
nothing calls this directly
no outgoing calls
no test coverage detected