convenient alternative to method above */
| 72 | |
| 73 | /** convenient alternative to method above */ |
| 74 | bool |
| 75 | parse(EsiLib::DocNodeList &node_list, const std::string &ext_data) const |
| 76 | { |
| 77 | return parse(node_list, ext_data.data(), ext_data.size()); |
| 78 | } |
| 79 | |
| 80 | virtual ~EsiParser(); |
| 81 |