svn: /phpdoc/fr/trunk/reference/xml/functions/ xml-get-current-byte-index.xml xml-get-current-column-number.xml xml-get-current-line-number.xml xml-get-error-code.xml xml-parse-into-struct.xml xml-parse.xml xml-parser-create-ns.xml xml-parser-create.xml xml-parser-free.xml xml-parser-get-option.xml xml-parser-set-option.xml 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-
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 30 Nov 2020 23:24:23 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351796
Log:
Apply SVN revision 351792
Changed paths:
U phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-get-current-column-number.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-get-current-line-number.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-get-error-code.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parse-into-struct.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parse.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parser-create-ns.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parser-create.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parser-free.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parser-get-option.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-parser-set-option.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-character-data-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-default-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-element-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-object.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
svn-diffs-351796.txt
(text/x-diff, 28 KB)
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-get-current-byte-index" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_byte_index</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Retourne l'index de l'octet courant de l'analyseur XML donné.
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-get-current-column-number.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-get-current-column-number.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-get-current-column-number.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-get-current-column-number" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_column_number</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Retourne le numéro de colonne courant de l'analyseur XML donné.
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-get-current-line-number.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-get-current-line-number.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-get-current-line-number.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-get-current-line-number" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_line_number</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Retourne le numéro de ligne courant de l'analyseur XML donné.
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-get-error-code.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-get-error-code.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-get-error-code.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-get-error-code" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_error_code</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Récupère le code erreur de l'analyseur XML.
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parse-into-struct.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parse-into-struct.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parse-into-struct.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parse-into-struct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_parse_into_struct</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">values</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">index</parameter><initializer>&null;</initializer></methodparam>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parse.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parse.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parse.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parse" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_parse</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>is_final</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parser-create-ns.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parser-create-ns.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parser-create-ns.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parser-create-ns" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>XmlParser</type><methodname>xml_parser_create_ns</methodname>
+ <type>XMLParser</type><methodname>xml_parser_create_ns</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>separator</parameter><initializer>":"</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parser-create.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parser-create.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parser-create.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parser-create" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>XmlParser</type><methodname>xml_parser_create</methodname>
+ <type>XMLParser</type><methodname>xml_parser_create</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parser-free.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parser-free.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parser-free.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parser-free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_parser_free</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Détruit l'analyseur XML <parameter>parser</parameter>.
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parser-get-option.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parser-get-option.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parser-get-option.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parser-get-option" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>int</type></type><methodname>xml_parser_get_option</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-parser-set-option.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-parser-set-option.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-parser-set-option.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-parser-set-option" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_parser_set_option</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>value</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-character-data-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-character-data-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-character-data-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-character-data-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_character_data_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -47,7 +47,7 @@
La fonction <parameter>handler</parameter> doit accepter deux paramètres :
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<variablelist>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-default-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-default-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-default-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-default-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_default_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -47,7 +47,7 @@
La fonction <parameter>handler</parameter> doit accepter deux paramètres :
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<variablelist>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-element-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-element-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-element-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.xml-set-element-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_element_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>start_handler</parameter></methodparam>
<methodparam><type>callable</type><parameter>end_handler</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-end-namespace-decl-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_end_namespace_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -59,7 +59,7 @@
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
</methodsynopsis>
<variablelist>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.xml-set-external-entity-ref-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_external_entity_ref_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -52,7 +52,7 @@
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>open_entity_names</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-notation-decl-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_notation_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -60,7 +60,7 @@
paramètres :
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>notation_name</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-object.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-object.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-object.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-object" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_object</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-processing-instruction-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_processing_instruction_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -62,7 +62,7 @@
La fonction <parameter>handler</parameter> doit accepter trois paramètres :
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>target</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-start-namespace-decl-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_start_namespace_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -54,7 +54,7 @@
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml 2020-11-30 22:48:36 UTC (rev 351795)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml 2020-11-30 23:24:23 UTC (rev 351796)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.xml-set-unparsed-entity-decl-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_unparsed_entity_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -64,7 +64,7 @@
La fonction <parameter>handler</parameter> doit accepter six paramètres :
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>entity_name</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>