struct hubbub_treebuilder_context::@13 collect
Context for character collecting.
bool strip_leading_lr
Whether to strip a LR from the start of the next character sequence received.
insertion_mode mode
The current insertion mode.
bool enable_scripting
Whether scripting is enabled.
hubbub_error append_text(hubbub_treebuilder *treebuilder, const hubbub_string *string)
Append text to the current node, inserting into the last child of the current node, iff it's a Text node.
hubbub_error element_stack_pop(hubbub_treebuilder *treebuilder, hubbub_ns *ns, element_type *type, void **node)
Pop an element off the stack of open elements.