hholzgra Fri Feb 28 01:45:12 2003 EDT
Modified files:
/phpdoc/en/reference/xml/functions
xml-set-character-data-handler.xml
xml-set-default-handler.xml
xml-set-element-handler.xml
xml-set-end-namespace-decl-handler.xml
xml-set-external-entity-ref-handler.xml
xml-set-notation-decl-handler.xml
xml-set-processing-instruction-handler.xml
xml-set-start-namespace-decl-handler.xml
xml-set-unparsed-entity-decl-handler.xml
Log:
parameter type changes from "string" to "callback" for handlers
Index: phpdoc/en/reference/xml/functions/xml-set-character-data-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-character-data-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-character-data-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-character-data-handler.xml:1.3 Fri
Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-character-data-handler.xml Fri
Feb 28 01:45:09 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-character-data-handler">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_character_data_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the character data handler function for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-default-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-default-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-default-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-default-handler.xml:1.3 Fri Apr 19
07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-default-handler.xml Fri Feb 28
01:45:10 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-default-handler">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_default_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the default handler function for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-element-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-element-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-element-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-element-handler.xml:1.3 Fri Apr 19
07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-element-handler.xml Fri Feb 28
01:45:10 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-element-handler">
<refnamediv>
@@ -11,8 +11,8 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_element_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
-
<methodparam><type>string</type><parameter>start_element_handler</parameter></methodparam>
-
<methodparam><type>string</type><parameter>end_element_handler</parameter></methodparam>
+
<methodparam><type>callback</type><parameter>start_element_handler</parameter></methodparam>
+
<methodparam><type>callback</type><parameter>end_element_handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the element handler functions for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-end-namespace-decl-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-end-namespace-decl-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-end-namespace-decl-handler.xml:1.3
Fri Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-end-namespace-decl-handler.xml Fri
Feb 28 01:45:11 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.24 -->
<refentry id='function.xml-set-end-namespace-decl-handler'>
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_end_namespace_decl_handler</methodname>
<methodparam><type>resource</type><parameter>pind</parameter></methodparam>
- <methodparam><type>string</type><parameter>hdl</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
Index: phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.4
phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.4
Mon Apr 22 16:56:14 2002
+++ phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml Fri
Feb 28 01:45:11 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-external-entity-ref-handler">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_external_entity_ref_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the external entity reference handler function for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.4
phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.4 Thu
Jan 30 07:44:36 2003
+++ phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml Fri Feb 28
01:45:11 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-notation-decl-handler">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_notation_decl_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the notation declaration handler function for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml
diff -u
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.3
Fri Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml
Fri Feb 28 01:45:12 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-processing-instruction-handler">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_processing_instruction_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the processing instruction (PI) handler function for the XML parser
Index: phpdoc/en/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-start-namespace-decl-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-start-namespace-decl-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-start-namespace-decl-handler.xml:1.3
Fri Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-start-namespace-decl-handler.xml Fri
Feb 28 01:45:12 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.24 -->
<refentry id='function.xml-set-start-namespace-decl-handler'>
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_start_namespace_decl_handler</methodname>
<methodparam><type>resource</type><parameter>pind</parameter></methodparam>
- <methodparam><type>string</type><parameter>hdl</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>hdl</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
Index: phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.4
phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.4
Thu Jan 30 07:44:36 2003
+++ phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml Fri
Feb 28 01:45:12 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-unparsed-entity-decl-handler">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>xml_set_unparsed_entity_decl_handler</methodname>
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>string</type><parameter>handler</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Sets the unparsed entity declaration handler function for the XML parser
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php