| 1714 | } |
| 1715 | |
| 1716 | int XMLElement::IntText(int defaultValue) const |
| 1717 | { |
| 1718 | int i = defaultValue; |
| 1719 | QueryIntText(&i); |
| 1720 | return i; |
| 1721 | } |
| 1722 | |
| 1723 | unsigned XMLElement::UnsignedText(unsigned defaultValue) const |
| 1724 | { |
no outgoing calls
no test coverage detected