<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.cmark.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.commonmark-render-xml.php',
    1 => 'CommonMark\\Render\\XML',
    2 => 'G&eacute;n&egrave;re un rendu',
  ),
  'up' => 
  array (
    0 => 'ref.cmark.php',
    1 => 'Fonctions de CommonMark',
  ),
  'prev' => 
  array (
    0 => 'function.commonmark-render-man.php',
    1 => 'CommonMark\\Render\\Man',
  ),
  'next' => 
  array (
    0 => 'book.parle.php',
    1 => 'Parle',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/cmark/functions/commonmark.render.xml.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.commonmark-render-xml" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CommonMark\Render\XML</h1>
  <p class="verinfo">(cmark &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">CommonMark\Render\XML</span> &mdash; <span class="dc-title">Génère un rendu</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.commonmark-render-xml-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>CommonMark\Render\XML</strong></span>(<span class="methodparam"><span class="type"><a href="class.commonmark-node.php" class="type CommonMark\Node">CommonMark\Node</a></span> <code class="parameter">$node</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$options</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">

  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-function.commonmark-render-xml-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">node</code></dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt><code class="parameter">options</code></dt>
    <dd>
     <span class="simpara">
      Un masque de:
     </span>
     <dl>
      
       <dt>
        <strong><code><a href="cmark.constants.php#constant.commonmark-render-normal">CommonMark\Render\Normal</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
       </dt>
       <dd>
        <span class="simpara">
        </span>
       </dd>
      
      
       <dt>
        <strong><code><a href="cmark.constants.php#constant.commonmark-render-sourcepos">CommonMark\Render\SourcePos</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
       </dt>
       <dd>
        <span class="simpara">
        </span>
       </dd>
      
      
       <dt>
        <strong><code><a href="cmark.constants.php#constant.commonmark-render-hardbreaks">CommonMark\Render\HardBreaks</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
       </dt>
       <dd>
        <span class="simpara">
        </span>
       </dd>
      
      
       <dt>
        <strong><code><a href="cmark.constants.php#constant.commonmark-render-safe">CommonMark\Render\Safe</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
       </dt>
       <dd>
        <span class="simpara">
        </span>
       </dd>
      
      
       <dt>
        <strong><code><a href="cmark.constants.php#constant.commonmark-render-nobreaks">CommonMark\Render\NoBreaks</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
       </dt>
       <dd>
        <span class="simpara">
        </span>
       </dd>
      
     </dl>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.commonmark-render-xml-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">

  </p>
 </div>



</div><?php manual_footer($setup); ?>