| 167 | } |
| 168 | |
| 169 | static stack_node header() { |
| 170 | stack_node node; |
| 171 | node.type_ = node_header; |
| 172 | return node; |
| 173 | }; |
| 174 | |
| 175 | static stack_node header_entry(const std::string& tagname) { |
| 176 | stack_node node; |
no outgoing calls
no test coverage detected