| 1874 | } |
| 1875 | |
| 1876 | int64_t XMLElement::Int64Text(int64_t defaultValue) const |
| 1877 | { |
| 1878 | int64_t i = defaultValue; |
| 1879 | QueryInt64Text(&i); |
| 1880 | return i; |
| 1881 | } |
| 1882 | |
| 1883 | uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) const |
| 1884 | { |
nothing calls this directly
no outgoing calls
no test coverage detected