From aa1d7531fcf2c7e457c2ad5eab1bc7ad2a5db186 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 12 Jun 2005 03:40:50 +0000 Subject: [PATCH] Added functions skels git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188206 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/xpath-register-ns-auto.xml | 54 ++++++++++++++++++ .../domxml/functions/xpath-register-ns.xml | 55 +++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 reference/domxml/functions/xpath-register-ns-auto.xml create mode 100644 reference/domxml/functions/xpath-register-ns.xml diff --git a/reference/domxml/functions/xpath-register-ns-auto.xml b/reference/domxml/functions/xpath-register-ns-auto.xml new file mode 100644 index 0000000000..30ea7f7743 --- /dev/null +++ b/reference/domxml/functions/xpath-register-ns-auto.xml @@ -0,0 +1,54 @@ + + + + + xpath_register_ns_auto + + Register the given namespace in the passed XPath context + + + + &reftitle.description; + + boolxpath_register_ns_auto + XPathContextxpath_context + objectcontext_node + + &warn.undocumented.func; + + + &reftitle.returnvalues; + + &return.success; + + + + &reftitle.seealso; + + + xpath_register_ns + + + + + + diff --git a/reference/domxml/functions/xpath-register-ns.xml b/reference/domxml/functions/xpath-register-ns.xml new file mode 100644 index 0000000000..375c2f5d71 --- /dev/null +++ b/reference/domxml/functions/xpath-register-ns.xml @@ -0,0 +1,55 @@ + + + + + xpath_register_ns + + Register the given namespace in the passed XPath context + + + + &reftitle.description; + + boolxpath_register_ns + XPathContextxpath_context + stringprefix + stringuri + + &warn.undocumented.func; + + + &reftitle.returnvalues; + + &return.success; + + + + &reftitle.seealso; + + + xpath_register_ns_auto + + + + + +