| 1867 | } |
| 1868 | |
| 1869 | unsigned XMLElement::UnsignedText(unsigned defaultValue) const |
| 1870 | { |
| 1871 | unsigned i = defaultValue; |
| 1872 | QueryUnsignedText(&i); |
| 1873 | return i; |
| 1874 | } |
| 1875 | |
| 1876 | int64_t XMLElement::Int64Text(int64_t defaultValue) const |
| 1877 | { |
nothing calls this directly
no outgoing calls
no test coverage detected