| 1828 | } |
| 1829 | |
| 1830 | int XMLElement::IntText(int defaultValue) const |
| 1831 | { |
| 1832 | int i = defaultValue; |
| 1833 | QueryIntText(&i); |
| 1834 | return i; |
| 1835 | } |
| 1836 | |
| 1837 | unsigned XMLElement::UnsignedText(unsigned defaultValue) const |
| 1838 | { |
nothing calls this directly
no outgoing calls
no test coverage detected