mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 09:52:17 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@195190 c90b9560-bf6c-de11-be94-00142212c4b1
234 lines
7.7 KiB
XML
234 lines
7.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.2 Maintainer: jsgoupil Status: ready -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: pecl, bundled, external -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<reference id="ref.xmlreader">
|
|
<title>XMLReader functions</title>
|
|
<titleabbrev>XMLReader</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<section id="xmlreader.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
L'extension XMLReader un analyseur XML Pull. Le lecteur fonctionne comme
|
|
un curseur qui avance sur le flux du document et s'arrête à chaque noeud
|
|
sur le chemin.
|
|
</para>
|
|
</section>
|
|
|
|
&reference.xmlreader.configure;
|
|
|
|
<section id='xmlreader.classes'>
|
|
&reftitle.classes;
|
|
<para>
|
|
</para>
|
|
|
|
<section id='xmlreader.class.xmlreader'>
|
|
<title><classname>XMLReader</classname></title>
|
|
<para>
|
|
</para>
|
|
<section id='xmlreader.class.xmlreader.methods'>
|
|
&reftitle.methods;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-close" /> - Ferme l'entrée XMLReader</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-expand" /> - Exporte le noeud courant comme un noeud DOM</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattribute" /> - Récupère une valeur d'attribut par nom</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattributeno" /> - Récupère une valeur d'attribut par position</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattributens" /> - Récupère une valeur d'attribut par nom et URI</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getparserproperty" /> - Indique si la propriété de l'analyseur est fixée ou non</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-isvalid" /> - Indique si le document est valide</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-lookupnamespace" /> - Récupère l'URI du préfixe dans la portée du noeud</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattribute" /> - Positionne le lecteur sur l'attribut par nom</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattributeno" /> - Positionne le lecteur sur l'attribut par index</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattributens" /> - Positionne le lecteur sur l'attribut par nom et URI</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoelement" /> - Déplace l'élément parent du noeud de l'attribut courant</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetofirstattribute" /> - Déplace au premier attribut du noeud</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetonextattribute" /> - Déplace au prochain attribut du noeud</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-next" /> - Déplace à l'élément suivant en sautant les enfants</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-open" /> - Fixe l'URI à être analysé</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-read" /> - Déplace au prochain noeud dans le flux</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setparserproperty" /> - Fixe une propriété de l'analyseur</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setrelaxngschema" /> - Fixe l'URI du schéma RelaxNG pour validation</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setrelaxngschemasource" /> - Fixe la chaîne de caractères contenant le schéma RelaxNG pour validation</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-xml" /> - Fixe la chaîne de caractères de données pour être analysée</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section id='xmlreader.class.xmlreader.properties'>
|
|
&reftitle.properties;
|
|
<table>
|
|
<title/>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Nom</entry>
|
|
<entry>Type</entry>
|
|
<entry>Lecture seule</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>attributeCount</entry>
|
|
<entry>int</entry>
|
|
<entry>oui</entry>
|
|
<entry>Le nombre d'attributs dans le noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>baseURI</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>La base URI du noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>depth</entry>
|
|
<entry>int</entry>
|
|
<entry>oui</entry>
|
|
<entry>Profondeur du noeud dans l'arbre démarrant à 0</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hasAttributes</entry>
|
|
<entry>bool</entry>
|
|
<entry>oui</entry>
|
|
<entry>Indique si le noeud a des attributs</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hasValue</entry>
|
|
<entry>bool</entry>
|
|
<entry>oui</entry>
|
|
<entry>Indique si le noeud a une valeur de texte</entry>
|
|
</row>
|
|
<row>
|
|
<entry>isDefault</entry>
|
|
<entry>bool</entry>
|
|
<entry>oui</entry>
|
|
<entry>Indique si l'attribut est par défaut à partir du DTD</entry>
|
|
</row>
|
|
<row>
|
|
<entry>isEmptyElement</entry>
|
|
<entry>bool</entry>
|
|
<entry>oui</entry>
|
|
<entry>Indique si le noeud est un élément vide</entry>
|
|
</row>
|
|
<row>
|
|
<entry>localName</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>Le nom local du noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>name</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>Le noeud qualifié du noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>namespaceURI</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>L'URI de l'espace de nom associé avec le noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>nodeType</entry>
|
|
<entry>int</entry>
|
|
<entry>oui</entry>
|
|
<entry>Le type de noeud pour le noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>prefix</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>Le préfixe de l'espace de nom associé avec le noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>value</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>La valeur du texte du noeud</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xmlLang</entry>
|
|
<entry>string</entry>
|
|
<entry>oui</entry>
|
|
<entry>La portée xml:lang dans lequel le noeud réside</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
&reference.xmlreader.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.xmlreader.functions;
|
|
|
|
</reference>
|
|
<!-- 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
|
|
-->
|