Files
doc-fr/reference/dom/domtext.xml
T
Damien Seguy 7299b2eb41 bump en version
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@277943 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-29 11:46:58 +00:00

115 lines
3.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.8 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<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>La classe DOMText</title>
<titleabbrev>DOMText</titleabbrev>
<partintro>
<!-- }}} -->
<!-- {{{ DOMText intro -->
<section xml:id="domtext.intro">
&reftitle.intro;
<para>
La classe <classname>DOMText</classname> hérite de
<classname>DOMCharacterData</classname> et représente
le contenu textuel de <classname>DOMElement</classname> ou
<classname>DOMAttr</classname>.
</para>
</section>
<!-- }}} -->
<section xml:id="domtext.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>DOMText</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>DOMText</classname>
</ooclass>
<!-- If the class extends another one, use this -->
<ooclass>
<modifier>étend</modifier>
<classname>DOMCharacterData</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">Propriétés</classsynopsisinfo>
<!-- If the property is documented below (xml:id=domtext.props) use this -->
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>string</type>
<varname linkend="domtext.props.wholeText">wholeText</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&class.methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domtext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<!-- Again, if the class extends a class use this -->
<classsynopsisinfo role="comment">&class.inheritedmethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcharacterdata')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</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>
Contient tout le texte des noeuds de texte adjacents
(c'est à dire, des noeuds qui ne sont pas séparés par
des balises Element, Comment ou Processing Instruction).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</partintro>
&reference.dom.entities.domtext;
</phpdoc:classref>
<!-- 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
-->