| 1736 | } |
| 1737 | |
| 1738 | bool XMLElement::BoolText(bool defaultValue) const |
| 1739 | { |
| 1740 | bool b = defaultValue; |
| 1741 | QueryBoolText(&b); |
| 1742 | return b; |
| 1743 | } |
| 1744 | |
| 1745 | double XMLElement::DoubleText(double defaultValue) const |
| 1746 | { |
nothing calls this directly
no outgoing calls
no test coverage detected