| 1888 | } |
| 1889 | |
| 1890 | bool XMLElement::BoolText(bool defaultValue) const |
| 1891 | { |
| 1892 | bool b = defaultValue; |
| 1893 | QueryBoolText(&b); |
| 1894 | return b; |
| 1895 | } |
| 1896 | |
| 1897 | double XMLElement::DoubleText(double defaultValue) const |
| 1898 | { |
nothing calls this directly
no outgoing calls
no test coverage detected