| 563 | } |
| 564 | |
| 565 | void Element::clearContent() |
| 566 | { |
| 567 | getDocument()->invalidateCache(); |
| 568 | |
| 569 | _sourceUri.clear(); |
| 570 | _attributeMap.clear(); |
| 571 | _attributeOrder.clear(); |
| 572 | _childMap.clear(); |
| 573 | _childOrder.clear(); |
| 574 | } |
| 575 | |
| 576 | bool Element::validate(string* message) const |
| 577 | { |
no test coverage detected