From 0fb86ee5f5607fe3162f1cc880e627597f06d899 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 21:07:17 +0000 Subject: [PATCH] added skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65492 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xml.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++- functions/xslt.xml | 49 ++++++++++++++++++++++++++++++- 2 files changed, 120 insertions(+), 2 deletions(-) diff --git a/functions/xml.xml b/functions/xml.xml index e77fb75873..3ab2bac489 100644 --- a/functions/xml.xml +++ b/functions/xml.xml @@ -1,5 +1,5 @@ - + XML parser functions XML @@ -2126,6 +2126,77 @@ Array + + + xml_parser_create_ns + + Create an XML parser + + + + Description + + + int xml_parser_create_ns + string encoding + string sep + + + + &warn.undocumented.func; + + + + + + + + + xml_set_end_namespace_decl_handler + + Set up character data handler + + + + Description + + + int xml_set_end_namespace_decl_handler + int pind + string hdl + + + + &warn.undocumented.func; + + + + + + + + + xml_set_start_namespace_decl_handler + + Set up character data handler + + + + Description + + + int xml_set_start_namespace_decl_handler + int pind + string hdl + + + + &warn.undocumented.func; + + + + + + XSLT functions XSLT @@ -544,6 +544,53 @@ array( + + + xslt_set_sax_handlers + + Set the SAX handlers to be called when the XML document gets processed + + + + Description + + + void xslt_set_sax_handlers + resource processor + array handlers + + + + &warn.undocumented.func; + + + + + + + + + xslt_set_scheme_handlers + + Set the scheme handlers for the XSLT processor + + + + Description + + + void xslt_set_scheme_handlers + resource processor + array handlers + + + + &warn.undocumented.func; + + + + +