Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions reference/xmlreader/xmlreader/getattributeno.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>XMLReader::getAttributeNo</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
Returns the value of an attribute based on its position or an
empty string if attribute does not exist or not positioned on
an element node.
</para>
<simpara>
Returns the value of an attribute based on its position, or &null;
if the attribute does not exist or not positioned on an element node.
</simpara>
</refsect1>

<refsect1 role="parameters">
Expand Down
8 changes: 4 additions & 4 deletions reference/xmlreader/xmlreader/getattributens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
</methodsynopsis>
<para>
Returns the value of an attribute by name and namespace URI or an empty
string if attribute does not exist or not positioned on an element node.
</para>
<simpara>
Returns the value of an attribute by name and namespace URI, or &null;
if the attribute does not exist or not positioned on an element node.
</simpara>
</refsect1>

<refsect1 role="parameters">
Expand Down
Loading