Hermes
|
A node represents a element in the parsed string. More...
#include <parsers.h>
Public Attributes | |
std::string | name |
std::string | value |
size_t | start {} |
size_t | size {} |
int | block_id {} |
block id of the parser's block list (root is -1) | |
std::vector< Node > | children |
NodeType | type {NodeType::INPUT} |
A node represents a element in the parsed string.