summaryrefslogtreecommitdiff
path: root/include/hubbub/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub/parser.h')
-rw-r--r--include/hubbub/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h
index 134f4b7..5565f63 100644
--- a/include/hubbub/parser.h
+++ b/include/hubbub/parser.h
@@ -26,6 +26,7 @@ typedef enum hubbub_parser_opttype {
HUBBUB_PARSER_ERROR_HANDLER,
HUBBUB_PARSER_CONTENT_MODEL,
HUBBUB_PARSER_TREE_HANDLER,
+ HUBBUB_PARSER_DOCUMENT_NODE,
} hubbub_parser_opttype;
/**
@@ -52,6 +53,8 @@ typedef union hubbub_parser_optparams {
} content_model;
hubbub_tree_handler tree_handler;
+
+ void *document_node;
} hubbub_parser_optparams;
/* Create a hubbub parser */