summaryrefslogtreecommitdiff
path: root/ext/dom/dom_fe.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2006-07-16 15:03:53 +0000
committerChristian Stocker <chregu@php.net>2006-07-16 15:03:53 +0000
commitdc8ba6f47595e5fa665a647f8919c07fb0b77a11 (patch)
tree95c6c7af156229f57ed66b2684c93755d5f98b18 /ext/dom/dom_fe.h
parent17f6ae66cea47b0ef642f7e071dff22fbb35e20f (diff)
downloadphp-git-dc8ba6f47595e5fa665a647f8919c07fb0b77a11.tar.gz
Added DOMNode::getNodePath() for getting an XPath for a node.
Diffstat (limited to 'ext/dom/dom_fe.h')
-rw-r--r--ext/dom/dom_fe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/dom_fe.h b/ext/dom/dom_fe.h
index 111f9e25f3..467fc323fd 100644
--- a/ext/dom/dom_fe.h
+++ b/ext/dom/dom_fe.h
@@ -167,6 +167,7 @@ PHP_FUNCTION(dom_node_set_user_data);
PHP_FUNCTION(dom_node_get_user_data);
PHP_METHOD(domnode, C14N);
PHP_METHOD(domnode, C14NFile);
+PHP_METHOD(domnode, getNodePath);
/* domnodelist methods */
PHP_FUNCTION(dom_nodelist_item);