Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 3b947bdd5e0f96306962f8c5b04dc08f > files > 80

xdoclet-manual-1.2.3-8.0.3mdv2010.0.noarch.rpm


<html>
<head>
</head>
<body bgcolor="#ffffff">

<h2>Id</h2>

<p>Implemented in class <a href="../api/xdoclet/tagshandler/IdTagsHandler.html">xdoclet.tagshandler.IdTagsHandler</a>.</p>
<ul>
  <li><a href="#block">Block Tags</a>
  <li><a href="#content">Content Tags</a>
</ul>

<h3><a name="block">Block Tags:</a></h3>

<h3><a name="content">Content templates:</a></h3>

<h4><a name="id">id</a> (content template)</h4>
<p>Generates an id attribute based on the given tag values. This is used for generating id attribute for XML elements.</p>
<table border="1" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="25%" valign="top">
      <i>
           tagName
      </i>
    </td>
    <td width="75%" valign="top">
       The tag from which the value of the id is calculated.<br></br>
    </td>
  </tr>
  <tr>
    <td width="25%" valign="top">
      <i>
           paramNames
      </i>
    </td>
    <td width="75%" valign="top">
       Comma separated list of parameter names. The list is ordered, preferred param is before another param which is less important. If the param exists, its value is taken and used as the id value.<br></br>
    </td>
  </tr>
</table>

<h4><a name="prefixedId">prefixedId</a> (content template)</h4>
<p>Generates an id attribute based on the given prefix. This is used for generating id attribute for XML elements.</p>
<table border="1" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="25%" valign="top">
      <i>
           prefix
      </i>
    </td>
    <td width="75%" valign="top">
       The tag from which the value of the id is calculated.<br></br>
    </td>
  </tr>
</table>

</body>
</html>