cvs: phpdoc-hu /reference/simplexml/functions simplexml-element-children.xml

[email protected] ("Lajos Cseppent?")
Newsgroups php.doc.hu
Message-ID <cvschappy1170152286@cvsserver>
chappy		Tue Jan 30 10:18:06 2007 UTC

  Modified files:              
    /phpdoc-hu/reference/simplexml/functions	
                                            	simplexml-element-children.xml 
  Log:
  sync
  
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml
diff -u phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml:1.2 phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml:1.3
--- phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml:1.2	Sat Jun 10 11:07:50 2006
+++ phpdoc-hu/reference/simplexml/functions/simplexml-element-children.xml	Tue Jan 30 10:18:06 2007
@@ -1,26 +1,63 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.9 Maintainer: chappy Status: ready --> 
-  <refentry id='function.simplexml-element-children'>
-   <refnamediv>
-    <refname>SimpleXMLElement->children</refname>
-    <refpurpose>
-     A megadott csomó utódjait keresi meg. 
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Leírás</title>
-    <methodsynopsis>
-     <type>SimpleXMLElement</type><methodname>simplexml_element->children</methodname>
-     <methodparam choice="opt"><type>string</type><parameter>nsprefix</parameter></methodparam>
-    </methodsynopsis>
-    <para>
-     Ez a metódus megkeresi az elem utódjait, ha ez tag. Az eredmény a 
-	 normál körbejárási szabályokat követi. 
-    </para>
-    &simplexml.iteration;
-    <example>
-     <title><literal>children()</literal> használata</title>
-     <programlisting role="php">
+<!-- EN-Revision: 1.11 Maintainer: chappy Status: ready --> 
+<refentry id='function.simplexml-element-children'>
+ <refnamediv>
+  <refname>SimpleXMLElement->children</refname>
+  <refpurpose>A megadott csomópont utódjait keresi meg</refpurpose>
+ </refnamediv>
+ 
+ <refsect1 role="description">
+  &reftitle.description;
+  <classsynopsis>
+   <ooclass><classname>SimpleXMLElement</classname></ooclass>
+   <methodsynopsis>
+    <type>SimpleXMLElement</type><methodname>children</methodname>
+    <methodparam choice="opt"><type>string</type><parameter>ns</parameter></methodparam>
+    <methodparam choice="opt"><type>bool</type><parameter>is_prefix</parameter></methodparam>
+   </methodsynopsis>
+  </classsynopsis>
+  <para>
+   Ez a metódus megkeresi az elem utódjait. Az utód elemeket
+   szokásos körbejárással lehet feldolgozni.
+  </para>
+  &simplexml.iteration;
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>ns</parameter></term>
+     <listitem>
+      <para>
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>is_prefix</parameter></term>
+     <listitem>
+      <para>
+       Alapértelmezettként &false;
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">  
+  &reftitle.examples;
+  <para>
+   <example>
+    <title><literal>children()</literal> használata</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $xml = simplexml_load_string(
@@ -49,19 +86,19 @@
 }
 ?>
 ]]>
-     </programlisting>
-     <simpara>
-      A fenti kód kimenete: 
-     </simpara>
-     <screen>
+    </programlisting>
+    &example.outputs;
+    <screen>
 <![CDATA[
 The person begot a son who begot a daughter; The person
 begot a daughter who begot a son; and that son begot a son
 ]]>
-     </screen>
-    </example>
-   </refsect1>
-  </refentry>
+    </screen>
+   </example>
+  </para>
+ </refsect1>
+
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
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.