nlopess Sun Feb 11 16:30:38 2007 UTC
Added files:
/phpdoc/en/reference/tidy/functions tidynode-getparent.xml
Modified files:
/phpdoc/en/reference/tidy reference.xml
Log:
add tidynode::getparent
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/tidy/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/tidy/reference.xml
diff -u phpdoc/en/reference/tidy/reference.xml:1.10
phpdoc/en/reference/tidy/reference.xml:1.11
--- phpdoc/en/reference/tidy/reference.xml:1.10 Mon Feb 5 18:04:23 2007
+++ phpdoc/en/reference/tidy/reference.xml Sun Feb 11 16:30:37 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- Purpose: basic.other -->
<!-- Membership: pecl, bundled, external -->
@@ -42,7 +42,10 @@
&reftitle.methods;
<itemizedlist>
<listitem>
- <para><xref linkend='function.tidyNode-hasChildren' /> - Returns
&true; if the current node has childrens</para>
+ <para><xref linkend='function.tidynode-getparent' /> - Returns the
parent of the current node</para>
+ </listitem>
+ <listitem>
+ <para><xref linkend='function.tidyNode-hasChildren' /> - Returns
&true; if the current node has children</para>
</listitem>
<listitem>
<para><xref linkend='function.tidyNode-hasSiblings' /> - Returns
&true; if the current node has siblings</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/tidy/functions/tidynode-getparent.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/tidy/functions/tidynode-getparent.xml
+++ phpdoc/en/reference/tidy/functions/tidynode-getparent.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.tidynode-getparent">
<refnamediv>
<refname>tidyNode::getParent</refname>
<refpurpose>returns the parent node of the current node</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>tidyNode</type><methodname>tidyNode::getParent</methodname>
<void/>
</methodsynopsis>
<para>
Returns the parent node of the current node.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a <type>tidyNode</type> if the node has a parent, or &null;
otherwise.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->