Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ffa1e6f5ad04360808fe8840fe3ba036 > files > 292

vrq-devel-1.0.88-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>vrq: Filter Plugin</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
  <table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tr>
    <td width="180"><a href="index.html"><img src="vrq.png" width="150" height="100" border="0" alt="vrq"></a></td>
    <td background="top_bg.png" align="right" width="100%">
      <img src="glyth.png" width="500" height="100" border="0" alt="">
    </td>
   </tr>
   <tr>
    <td background="#FFFFFF" align="right" width="50" height="4"></td>
   </tr>
  </table>
</head><body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Filter Plugin </h1>  </div>
</div>
<div class="contents">
<p>The filter tool edits the parse trees, selectively deleting nodes based on a filter specification that is supplied by command line switches.</p>
<p>The filter specification consists of a global policy, either keep or delete, and per construct keep and delete directives. The per construct directives are applied first, any unmatch constructs are handle by the default policy. Note not all constructs are allowed in the filter specification, those that are omited are keep by default. The follow switches are used to specify the filter specification:</p>
<ul>
<li><b>+filter-default-policy-keep</b> Keep all unmatched constructs.</li>
<li><b>+filter-default-policy-delete</b> Delete all unmatched. This is the default if no policy switch is specified.</li>
<li><b>+filter-&lt;construct_name&gt;-keep</b> Keep &lt;construct_name&gt;.</li>
<li><b>+filter-&lt;construct_name&gt;-delete</b> Delete &lt;construct_name&gt;.</li>
</ul>
<p>See the <a class="el" href="manpage.html">Man Page</a> for the complete list of which constructs may be specified in the filter specification. </p>
</div>
<hr class="footer"/><address class="footer"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>