///////////////////////////////////////////////////////////////////////////
| 499 | |
| 500 | //////////////////////////////////////////////////////////////////////////////// |
| 501 | bool DOM::valid(const std::string& reference) const { |
| 502 | return _node && _node->find(reference) != nullptr; |
| 503 | } |
| 504 | |
| 505 | //////////////////////////////////////////////////////////////////////////////// |
| 506 | Variant DOM::get(const std::string& reference) const { |