Skip to content

Commit

Permalink
Sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
msamesch committed May 7, 2024
1 parent e419c3c commit c24af6b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
21 changes: 14 additions & 7 deletions reference/xmlreader/xmlreader/open.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: nikic Status: ready -->
<!-- EN-Revision: 76875b513cc18a8f5db4a65f1ae51b6e6fb5374c Maintainer: nikic Status: ready -->
<refentry xml:id="xmlreader.open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLReader::open</refname>
Expand All @@ -10,7 +10,13 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="XMLReader">
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>bool</type><type>XMLReader</type></type><methodname>XMLReader::open</methodname>
<modifier>public</modifier> <modifier>static</modifier> <type>XMLReader</type><methodname>XMLReader::open</methodname>
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<methodsynopsis role="XMLReader">
<modifier>public</modifier> <type>bool</type><methodname>XMLReader::open</methodname>
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
Expand All @@ -28,7 +34,7 @@
<term><parameter>uri</parameter></term>
<listitem>
<para>
URI die auf den XML-Inhalt verweist.
URI, die auf den XML-Inhalt verweist.
</para>
</listitem>
</varlistentry>
Expand All @@ -44,14 +50,15 @@
<term><parameter>flags</parameter></term>
<listitem>
<para>
Bitmaske bestehend aus <link
linkend="libxml.constants">LIBXML_*</link>-Konstanten.
Bitmaske bestehend aus
<link linkend="libxml.constants">LIBXML_*</link>-Konstanten.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Expand All @@ -71,7 +78,7 @@

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<informaltable>
<tgroup cols="2">
<thead>
<row>
Expand Down
16 changes: 11 additions & 5 deletions reference/xmlreader/xmlreader/xml.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: nikic Status: ready -->
<!-- EN-Revision: 76875b513cc18a8f5db4a65f1ae51b6e6fb5374c Maintainer: nikic Status: ready -->
<refentry xml:id="xmlreader.xml" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLReader::XML</refname>
Expand All @@ -10,7 +10,13 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="XMLReader">
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>bool</type><type>XMLReader</type></type><methodname>XMLReader::XML</methodname>
<modifier>public</modifier> <modifier>static</modifier> <type>XMLReader</type><methodname>XMLReader::XML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<methodsynopsis role="XMLReader">
<modifier>public</modifier> <type>bool</type><methodname>XMLReader::XML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
Expand Down Expand Up @@ -44,8 +50,8 @@
<term><parameter>flags</parameter></term>
<listitem>
<para>
Bitmaske bestehend aus <link
linkend="libxml.constants">LIBXML_*</link>-Konstanten.
Bitmaske bestehend aus
<link linkend="libxml.constants">LIBXML_*</link>-Konstanten.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit c24af6b

Please sign in to comment.