| 1860 | } |
| 1861 | |
| 1862 | int XMLElement::IntText(int defaultValue) const |
| 1863 | { |
| 1864 | int i = defaultValue; |
| 1865 | QueryIntText(&i); |
| 1866 | return i; |
| 1867 | } |
| 1868 | |
| 1869 | unsigned XMLElement::UnsignedText(unsigned defaultValue) const |
| 1870 | { |
nothing calls this directly
no outgoing calls
no test coverage detected