<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.xmlreader.php',
    1 => 'XMLReader',
    2 => 'XMLReader',
  ),
  'up' => 
  array (
    0 => 'refs.xml.php',
    1 => 'Manipulation XML',
  ),
  'prev' => 
  array (
    0 => 'class.xmlparser.php',
    1 => 'XMLParser',
  ),
  'next' => 
  array (
    0 => 'xmlreader.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/xmlreader/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.xmlreader.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.xmlreader" class="book">
 
 <h1 class="title">XMLReader</h1>

 
 <div id="intro.xmlreader" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   L&#039;extension XMLReader est un analyseur XML Pull. Le lecteur fonctionne comme
   un curseur qui avance sur le flux du document et s&#039;arrête à chaque nœud
   sur le chemin.
  </p>

  <div class="section" id="xmlreader.encoding">
   <h2 class="title">Encodage</h2>
   <p class="para">
    Il est important de noter que, en interne, libxml utilise l&#039;encodage
    UTF-8 et donc, l&#039;encodage du contenu récupéré sera toujours en UTF-8.
   </p>
  </div>


 </div>
 

 








 






<ul class="chunklist chunklist_book"><li><a href="xmlreader.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xmlreader.requirements.php">Pr&eacute;-requis</a></li><li><a href="xmlreader.installation.php">Installation</a></li></ul></li><li><a href="class.xmlreader.php">XMLReader</a> — La classe XMLReader<ul class="chunklist chunklist_book chunklist_children"><li><a href="xmlreader.close.php">XMLReader::close</a> — Ferme l'entr&eacute;e XMLReader</li><li><a href="xmlreader.expand.php">XMLReader::expand</a> — Retourne une copie du n&oelig;ud courant comme un n&oelig;ud d'objet DOM</li><li><a href="xmlreader.fromstream.php">XMLReader::fromStream</a> — Cr&eacute;er un XMLReader &agrave; partir d'un flux sur lequel lire</li><li><a href="xmlreader.fromstring.php">XMLReader::fromString</a> — Cr&eacute;er un XMLReader &agrave; partir d'une cha&icirc;ne XML</li><li><a href="xmlreader.fromuri.php">XMLReader::fromUri</a> — Cr&eacute;er un XMLReader &agrave; partir d'une URI sur lequel lire</li><li><a href="xmlreader.getattribute.php">XMLReader::getAttribute</a> — R&eacute;cup&egrave;re la valeur d'un attribut par nom</li><li><a href="xmlreader.getattributeno.php">XMLReader::getAttributeNo</a> — R&eacute;cup&egrave;re la valeur d'un attribut par index</li><li><a href="xmlreader.getattributens.php">XMLReader::getAttributeNs</a> — R&eacute;cup&egrave;re la valeur d'un attribut par nom local et URI</li><li><a href="xmlreader.getparserproperty.php">XMLReader::getParserProperty</a> — Indique si la propri&eacute;t&eacute; sp&eacute;cifi&eacute;e a &eacute;t&eacute; fix&eacute;e</li><li><a href="xmlreader.isvalid.php">XMLReader::isValid</a> — Indique si le document analys&eacute; est valide</li><li><a href="xmlreader.lookupnamespace.php">XMLReader::lookupNamespace</a> — Consulte l'espace de noms pour un pr&eacute;fixe</li><li><a href="xmlreader.movetoattribute.php">XMLReader::moveToAttribute</a> — D&eacute;place un curseur &agrave; un attribut nomm&eacute;</li><li><a href="xmlreader.movetoattributeno.php">XMLReader::moveToAttributeNo</a> — D&eacute;place le curseur &agrave; un attribut par index</li><li><a href="xmlreader.movetoattributens.php">XMLReader::moveToAttributeNs</a> — D&eacute;place le curseur &agrave; un attribut par espace de noms</li><li><a href="xmlreader.movetoelement.php">XMLReader::moveToElement</a> — Positionne le curseur sur l'&eacute;l&eacute;ment parent de l'attribut courant</li><li><a href="xmlreader.movetofirstattribute.php">XMLReader::moveToFirstAttribute</a> — Positionne le curseur sur le premier attribut</li><li><a href="xmlreader.movetonextattribute.php">XMLReader::moveToNextAttribute</a> — Positionne le curseur sur le prochain attribut</li><li><a href="xmlreader.next.php">XMLReader::next</a> — D&eacute;place le curseur au prochain n&oelig;ud en sautant tous les sous arbres</li><li><a href="xmlreader.open.php">XMLReader::open</a> — Fixe le URI contenant le XML &agrave; analyser</li><li><a href="xmlreader.read.php">XMLReader::read</a> — D&eacute;place le curseur sur le prochain n&oelig;ud du document</li><li><a href="xmlreader.readinnerxml.php">XMLReader::readInnerXml</a> — Lit le code XML du n&oelig;ud courant</li><li><a href="xmlreader.readouterxml.php">XMLReader::readOuterXml</a> — Lit le code XML du n&oelig;ud courant, y compris lui-m&ecirc;me</li><li><a href="xmlreader.readstring.php">XMLReader::readString</a> — Lit le contenu du n&oelig;ud courant sous forme de cha&icirc;ne</li><li><a href="xmlreader.setparserproperty.php">XMLReader::setParserProperty</a> — Fixe des options pour l'analyseur</li><li><a href="xmlreader.setrelaxngschema.php">XMLReader::setRelaxNGSchema</a> — Fixe le nom du fichier ou l'URI pour le Sch&eacute;ma RelaxNG</li><li><a href="xmlreader.setrelaxngschemasource.php">XMLReader::setRelaxNGSchemaSource</a> — Sp&eacute;cifie le sch&eacute;ma RelaxNG</li><li><a href="xmlreader.setschema.php">XMLReader::setSchema</a> — Valide le document avec XSD</li><li><a href="xmlreader.xml.php">XMLReader::XML</a> — Fixe les donn&eacute;es contenant le XML &agrave; analyser</li></ul></li></ul></div><?php manual_footer($setup); ?>