summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-04-05 15:27:52 +0000
committerChristian Stocker <chregu@php.net>2002-04-05 15:27:52 +0000
commite448122bd5ee0444a28862fbae456efcdd8ad95c (patch)
tree17d83b4f1053c3a6212087cab6f4ebbb51462e10 /ext/domxml/php_domxml.h
parentdedf2a4c39853aba38bd471767f80e4dc72ddd14 (diff)
downloadphp-git-e448122bd5ee0444a28862fbae456efcdd8ad95c.tar.gz
added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().
It provides access to the PushParser interface of libxml2.
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 618b50b117..d5e771e1ec 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -158,6 +158,11 @@ PHP_FUNCTION(domxml_entity_notation_name);
PHP_FUNCTION(domxml_pi_target);
PHP_FUNCTION(domxml_pi_data);
+/* Class Parser methods */
+PHP_FUNCTION(domxml_parser);
+PHP_FUNCTION(domxml_parser_add_chunk);
+PHP_FUNCTION(domxml_parser_end);
+
/* Class XPathContext methods */
#if defined(LIBXML_XPATH_ENABLED)
PHP_FUNCTION(xpath_init);