svn: /phpdoc/ja/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] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 01 Dec 2020 01:30:55 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351805

Log:
XmlParser has been renamed to XMLParser

Although class names are case-insensitive, we better document the proper case.

Changed paths:
    U   phpdoc/ja/trunk/reference/xml/functions/xml-get-current-byte-index.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-get-current-column-number.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-get-current-line-number.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-get-error-code.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parse-into-struct.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parse.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parser-create-ns.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parser-create.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parser-free.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parser-get-option.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-parser-set-option.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-character-data-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-default-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-element-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-object.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
    U   phpdoc/ja/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
svn-diffs-351805.txt (text/x-diff, 28.4 KB)
Modified: phpdoc/ja/trunk/reference/xml/functions/xml-get-current-byte-index.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-get-current-byte-index.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-get-current-byte-index.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.xml-get-current-byte-index" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,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>
    指定した XML パーサのカレントのバイトインデックスを取得します。

Modified: phpdoc/ja/trunk/reference/xml/functions/xml-get-current-column-number.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-get-current-column-number.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-get-current-column-number.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.xml-get-current-column-number" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>xml_get_current_column_number</refname>
@@ -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>
    指定した XML パーサのカレントのカラム番号を取得します。

Modified: phpdoc/ja/trunk/reference/xml/functions/xml-get-current-line-number.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-get-current-line-number.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-get-current-line-number.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.xml-get-current-line-number" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>xml_get_current_line_number</refname>
@@ -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>
    指定した XML パーサのカレントの行番号を取得します。

Modified: phpdoc/ja/trunk/reference/xml/functions/xml-get-error-code.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-get-error-code.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-get-error-code.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.xml-get-error-code" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>xml_get_error_code</refname>
@@ -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>
    XML パーサのエラーコードを取得します。

Modified: phpdoc/ja/trunk/reference/xml/functions/xml-parse-into-struct.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parse-into-struct.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parse-into-struct.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-parse.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parse.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parse.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.xml-parse" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,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/ja/trunk/reference/xml/functions/xml-parser-create-ns.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parser-create-ns.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parser-create-ns.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-parser-create.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parser-create.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parser-create.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-parser-free.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parser-free.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parser-free.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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>
    指定した XML パーサ <parameter>parser</parameter> を解放します。

Modified: phpdoc/ja/trunk/reference/xml/functions/xml-parser-get-option.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parser-get-option.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parser-get-option.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-parser-set-option.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-parser-set-option.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-parser-set-option.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.xml-parser-set-option" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>xml_parser_set_option</refname>
@@ -11,7 +11,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/ja/trunk/reference/xml/functions/xml-set-character-data-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-character-data-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-character-data-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <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>
@@ -43,7 +43,7 @@
        <parameter>handler</parameter> という名前の関数は、次の 2 つのパラメータをとります。
        <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/ja/trunk/reference/xml/functions/xml-set-default-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-default-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-default-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <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>
@@ -45,7 +45,7 @@
        次の 2 つのパラメータをとる必要があります。
        <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/ja/trunk/reference/xml/functions/xml-set-element-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-element-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-element-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.xml-set-end-namespace-decl-handler'>
  <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>
@@ -57,7 +57,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/ja/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.xml-set-external-entity-ref-handler">
  <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>
@@ -49,7 +49,7 @@
        を返します。
        <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/ja/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <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>
@@ -57,7 +57,7 @@
        <parameter>handler</parameter> という名前の関数は、5つのパラメータをとる必要があります。
        <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/ja/trunk/reference/xml/functions/xml-set-object.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-object.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-object.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <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/ja/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
 <refentry xml:id="function.xml-set-processing-instruction-handler" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -14,7 +14,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 @@
        次の 3 つのパラメータを引数とする必要があります。
        <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/ja/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.xml-set-start-namespace-decl-handler'>
  <refnamediv>
@@ -14,7 +14,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/ja/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml	2020-12-01 01:29:53 UTC (rev 351804)
+++ phpdoc/ja/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml	2020-12-01 01:30:55 UTC (rev 351805)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351469 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa -->
 <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>
@@ -14,7 +14,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>
@@ -63,7 +63,7 @@
        6 つのパラメータをとる必要があります。
        <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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.