summaryrefslogtreecommitdiff
path: root/include/hubbub/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub/tree.h')
-rw-r--r--include/hubbub/tree.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/hubbub/tree.h b/include/hubbub/tree.h
index cc66acf..7e2e11f 100644
--- a/include/hubbub/tree.h
+++ b/include/hubbub/tree.h
@@ -17,7 +17,6 @@ typedef struct hubbub_tree_handler {
hubbub_tree_create_comment create_comment;
hubbub_tree_create_doctype create_doctype;
hubbub_tree_create_element create_element;
- hubbub_tree_create_element_verbatim create_element_verbatim;
hubbub_tree_create_text create_text;
hubbub_tree_ref_node ref_node;
hubbub_tree_unref_node unref_node;
@@ -25,6 +24,11 @@ typedef struct hubbub_tree_handler {
hubbub_tree_insert_before insert_before;
hubbub_tree_remove_child remove_child;
hubbub_tree_clone_node clone_node;
+ hubbub_tree_reparent_children reparent_children;
+ hubbub_tree_get_parent get_parent;
+ hubbub_tree_has_children has_children;
+ hubbub_tree_form_associate form_associate;
+ hubbub_tree_add_attributes add_attributes;
hubbub_tree_set_quirks_mode set_quirks_mode;
void *ctx;
} hubbub_tree_handler;