Document DOMText and its property

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2009-03-26 13:44:38 +00:00
parent bbdd3b8fec
commit 02039774d6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domtext" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The DOMText class</title>
<titleabbrev>DOMText</titleabbrev>
@ -7,14 +7,15 @@
<partintro>
<!-- {{{ DOMText intro -->
<!-- FIXME:
<section xml:id="domtext.intro">
&reftitle.intro;
<para>
Description of the class.
The <classname>DOMText</classname> class inherits from
<classname>DOMCharacterData</classname> and represents the textual
content of a <classname>DOMElement</classname> or
<classname>DOMAttr</classname>.
</para>
</section>
-->
<!-- }}} -->
<section xml:id="domtext.synopsis">
@ -62,14 +63,16 @@
</section>
<!-- {{{ DOMText properties -->
<!-- FIXME: Add description -->
<section xml:id="domtext.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="domtext.props.wholeText">
<term><varname>wholeText</varname></term>
<listitem>
<para>Prop description</para>
<para>
Holds all the text of logically-adjacent (not separated by Element,
Comment or Processing Instruction) Text nodes.
</para>
</listitem>
</varlistentry>
</variablelist>