Link SimpleXMLIterator methods rewind() and next() to their respective documentation.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278611 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Juliette 2009-04-12 04:14:50 +00:00
parent cc909c8360
commit 8eeb6a1bfc

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xml:id="simplexmliterator.valid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SimpleXMLIterator::valid</refname>
@ -12,7 +12,9 @@
<void/>
</methodsynopsis>
<para>
This method checks if the current element is valid after calls to rewind() or next().
This method checks if the current element is valid after calls to
<function>SimpleXMLIterator::rewind</function> or
<function>SimpleXMLIterator::next</function>.
</para>
</refsect1>