diff options
author | Rob Richards <rrichards@php.net> | 2006-05-26 18:23:50 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-05-26 18:23:50 +0000 |
commit | a7aa62ded1239a1f16969312a54f455def45756c (patch) | |
tree | 8e2746b9437af38da161344662949ad3318ad751 /ext/dom/dom_fe.h | |
parent | 10371b034ab5c3db1f1b347e2de566575ede44b2 (diff) | |
download | php-git-a7aa62ded1239a1f16969312a54f455def45756c.tar.gz |
MFH: add C14N() and C14NFile() methods to perform XML canonicalization
add test
Diffstat (limited to 'ext/dom/dom_fe.h')
-rw-r--r-- | ext/dom/dom_fe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/dom_fe.h b/ext/dom/dom_fe.h index a12d2f9f77..111f9e25f3 100644 --- a/ext/dom/dom_fe.h +++ b/ext/dom/dom_fe.h @@ -165,6 +165,8 @@ PHP_FUNCTION(dom_node_is_equal_node); PHP_FUNCTION(dom_node_get_feature); PHP_FUNCTION(dom_node_set_user_data); PHP_FUNCTION(dom_node_get_user_data); +PHP_METHOD(domnode, C14N); +PHP_METHOD(domnode, C14NFile); /* domnodelist methods */ PHP_FUNCTION(dom_nodelist_item); |