mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
XmlParser has been renamed to XMLParser
Although class names are case-insensitive, we better document the proper case. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351792 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3a1da4dc0
commit
3db49ee0a3
21 changed files with 29 additions and 29 deletions
|
@ -10,7 +10,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>
|
||||
Gets the current byte index of the given XML parser.
|
||||
|
|
|
@ -12,7 +12,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>
|
||||
Gets the current column number of the given XML parser.
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
Gets the current line number for the given XML parser.
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
Gets the XML parser error code.
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -9,7 +9,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>
|
||||
|
|
|
@ -9,7 +9,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
Frees the given XML <parameter>parser</parameter>.
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
@ -44,7 +44,7 @@
|
|||
two parameters:
|
||||
<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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
@ -44,7 +44,7 @@
|
|||
two parameters:
|
||||
<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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
@ -56,7 +56,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
@ -48,7 +48,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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
@ -56,7 +56,7 @@
|
|||
five parameters:
|
||||
<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>
|
||||
|
|
|
@ -10,7 +10,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>
|
||||
|
|
|
@ -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>
|
||||
|
@ -59,7 +59,7 @@
|
|||
three parameters:
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>prefix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -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>
|
||||
|
@ -62,7 +62,7 @@
|
|||
parameters:
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue