| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551 | 
							- <?xml version="1.0" encoding="ASCII"?>
 
- <!--This file was created automatically by html2xhtml-->
 
- <!--from the HTML stylesheets.-->
 
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
 
- <!-- ********************************************************************
 
-      $Id$
 
-      ********************************************************************
 
-      This file is part of the XSL DocBook Stylesheet distribution.
 
-      See ../README or http://docbook.sf.net/release/xsl/current/ for
 
-      copyright and other information.
 
-      ******************************************************************** -->
 
- <!-- ==================================================================== -->
 
- <!-- synopsis is in verbatim -->
 
- <!-- ==================================================================== -->
 
- <xsl:template match="cmdsynopsis">
 
-   <div>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <p>
 
-       <xsl:if test="..//processing-instruction('dbcmdlist')">
 
-         <!-- * Placing a dbcmdlist PI as a child of a particular element -->
 
-         <!-- * creates a hyperlinked list of all cmdsynopsis instances -->
 
-         <!-- * that are descendants of that element; so for any -->
 
-         <!-- * cmdsynopsis that is a descendant of an element containing -->
 
-         <!-- * a dbcmdlist PI, we need to output an a@id instance so that -->
 
-         <!-- * we will have something to link to -->
 
-         <xsl:call-template name="anchor">
 
-           <xsl:with-param name="conditional" select="0"/>
 
-         </xsl:call-template>
 
-       </xsl:if>
 
-       <xsl:apply-templates/>
 
-     </p>
 
-   </div>
 
- </xsl:template>
 
- <xsl:template match="cmdsynopsis/command">
 
-   <br/>
 
-   <xsl:call-template name="inline.monoseq"/>
 
-   <xsl:text> </xsl:text>
 
- </xsl:template>
 
- <xsl:template match="cmdsynopsis/command[1]" priority="2">
 
-   <xsl:call-template name="inline.monoseq"/>
 
-   <xsl:text> </xsl:text>
 
- </xsl:template>
 
- <xsl:template match="group|arg" name="group-or-arg">
 
-   <xsl:variable name="choice" select="@choice"/>
 
-   <xsl:variable name="rep" select="@rep"/>
 
-   <xsl:variable name="sepchar">
 
-     <xsl:choose>
 
-       <xsl:when test="ancestor-or-self::*/@sepchar">
 
-         <xsl:value-of select="ancestor-or-self::*/@sepchar"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <xsl:text> </xsl:text>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <xsl:if test="preceding-sibling::*">
 
-     <xsl:value-of select="$sepchar"/>
 
-   </xsl:if>
 
-   <xsl:choose>
 
-     <xsl:when test="$choice='plain'">
 
-       <xsl:value-of select="$arg.choice.plain.open.str"/>
 
-     </xsl:when>
 
-     <xsl:when test="$choice='req'">
 
-       <xsl:value-of select="$arg.choice.req.open.str"/>
 
-     </xsl:when>
 
-     <xsl:when test="$choice='opt'">
 
-       <xsl:value-of select="$arg.choice.opt.open.str"/>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:value-of select="$arg.choice.def.open.str"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
-   <xsl:apply-templates/>
 
-   <xsl:choose>
 
-     <xsl:when test="$rep='repeat'">
 
-       <xsl:value-of select="$arg.rep.repeat.str"/>
 
-     </xsl:when>
 
-     <xsl:when test="$rep='norepeat'">
 
-       <xsl:value-of select="$arg.rep.norepeat.str"/>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:value-of select="$arg.rep.def.str"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
-   <xsl:choose>
 
-     <xsl:when test="$choice='plain'">
 
-       <xsl:value-of select="$arg.choice.plain.close.str"/>
 
-     </xsl:when>
 
-     <xsl:when test="$choice='req'">
 
-       <xsl:value-of select="$arg.choice.req.close.str"/>
 
-     </xsl:when>
 
-     <xsl:when test="$choice='opt'">
 
-       <xsl:value-of select="$arg.choice.opt.close.str"/>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:value-of select="$arg.choice.def.close.str"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="group/arg">
 
-   <xsl:variable name="choice" select="@choice"/>
 
-   <xsl:variable name="rep" select="@rep"/>
 
-   <xsl:if test="preceding-sibling::*">
 
-     <xsl:value-of select="$arg.or.sep"/>
 
-   </xsl:if>
 
-   <xsl:call-template name="group-or-arg"/>
 
- </xsl:template>
 
- <xsl:template match="sbr">
 
-   <br/>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- <xsl:template match="synopfragmentref">
 
-   <xsl:variable name="target" select="key('id',@linkend)"/>
 
-   <xsl:variable name="snum">
 
-     <xsl:apply-templates select="$target" mode="synopfragment.number"/>
 
-   </xsl:variable>
 
-   <i>
 
-     <a href="#{@linkend}">
 
-       <xsl:text>(</xsl:text>
 
-       <xsl:value-of select="$snum"/>
 
-       <xsl:text>)</xsl:text>
 
-     </a>
 
-     <xsl:text> </xsl:text>
 
-     <xsl:apply-templates/>
 
-   </i>
 
- </xsl:template>
 
- <xsl:template match="synopfragment" mode="synopfragment.number">
 
-   <xsl:number format="1"/>
 
- </xsl:template>
 
- <xsl:template match="synopfragment">
 
-   <xsl:variable name="snum">
 
-     <xsl:apply-templates select="." mode="synopfragment.number"/>
 
-   </xsl:variable>
 
-   <p>
 
-     <xsl:variable name="id">
 
-       <xsl:call-template name="object.id"/>
 
-     </xsl:variable>
 
-     <a id="{$id}">
 
-       <xsl:text>(</xsl:text>
 
-       <xsl:value-of select="$snum"/>
 
-       <xsl:text>)</xsl:text>
 
-     </a>
 
-     <xsl:text> </xsl:text>
 
-     <xsl:apply-templates/>
 
-   </p>
 
- </xsl:template>
 
- <xsl:template match="funcsynopsis">
 
-   <xsl:if test="..//processing-instruction('dbfunclist')">
 
-     <!-- * Placing a dbfunclist PI as a child of a particular element -->
 
-     <!-- * creates a hyperlinked list of all funcsynopsis instances that -->
 
-     <!-- * are descendants of that element; so for any funcsynopsis that is -->
 
-     <!-- * a descendant of an element containing a dbfunclist PI, we need -->
 
-     <!-- * to output an a@id instance so that we will have something to -->
 
-     <!-- * link to -->
 
-     <xsl:call-template name="anchor">
 
-       <xsl:with-param name="conditional" select="0"/>
 
-     </xsl:call-template>
 
-   </xsl:if>
 
-   <xsl:call-template name="informal.object"/>
 
- </xsl:template>
 
- <xsl:template match="funcsynopsisinfo">
 
-   <pre>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates/>
 
-   </pre>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <!-- funcprototype -->
 
- <!--
 
- funcprototype ::= (funcdef,
 
-                    (void|varargs|paramdef+))
 
- funcdef       ::= (#PCDATA|type|replaceable|function)*
 
- paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
- -->
 
- <xsl:template match="funcprototype">
 
-   <xsl:variable name="html-style">
 
-     <xsl:call-template name="pi.dbhtml_funcsynopsis-style">
 
-       <xsl:with-param name="node" select="ancestor::funcsynopsis/descendant-or-self::*"/>
 
-     </xsl:call-template>
 
-   </xsl:variable>
 
-   <xsl:variable name="style">
 
-     <xsl:choose>
 
-       <xsl:when test="$html-style != ''">
 
-         <xsl:value-of select="$html-style"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <xsl:value-of select="$funcsynopsis.style"/>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
- <!--
 
-   <xsl:variable name="tabular-p"
 
-                 select="$funcsynopsis.tabular.threshold > 0
 
-                         and string-length(.) > $funcsynopsis.tabular.threshold"/>
 
- -->
 
-   <xsl:variable name="tabular-p" select="true()"/>
 
-   <xsl:choose>
 
-     <xsl:when test="$style = 'kr' and $tabular-p">
 
-       <xsl:apply-templates select="." mode="kr-tabular"/>
 
-     </xsl:when>
 
-     <xsl:when test="$style = 'kr'">
 
-       <xsl:apply-templates select="." mode="kr-nontabular"/>
 
-     </xsl:when>
 
-     <xsl:when test="$style = 'ansi' and $tabular-p">
 
-       <xsl:apply-templates select="." mode="ansi-tabular"/>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:apply-templates select="." mode="ansi-nontabular"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <!-- funcprototype: kr, non-tabular -->
 
- <xsl:template match="funcprototype" mode="kr-nontabular">
 
-   <p>
 
-     <xsl:apply-templates mode="kr-nontabular"/>
 
-     <xsl:if test="paramdef">
 
-       <br/>
 
-       <xsl:apply-templates select="paramdef" mode="kr-funcsynopsis-mode"/>
 
-     </xsl:if>
 
-   </p>
 
- </xsl:template>
 
- <xsl:template match="funcdef" mode="kr-nontabular">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="kr-nontabular"/>
 
-     <xsl:text>(</xsl:text>
 
-   </code>
 
- </xsl:template>
 
- <xsl:template match="funcdef/function" mode="kr-nontabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <b class="fsfunc"><xsl:apply-templates mode="kr-nontabular"/></b>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:apply-templates mode="kr-nontabular"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="void" mode="kr-nontabular">
 
-   <code>)</code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <xsl:template match="varargs" mode="kr-nontabular">
 
-   <xsl:text>...</xsl:text>
 
-   <code>)</code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="kr-nontabular">
 
-   <xsl:apply-templates select="parameter" mode="kr-nontabular"/>
 
-   <xsl:choose>
 
-     <xsl:when test="following-sibling::*">
 
-       <xsl:text>, </xsl:text>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>)</code>
 
-       <xsl:text>;</xsl:text>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="kr-nontabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="kr-nontabular"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="kr-nontabular"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="kr-funcsynopsis-mode">
 
-   <xsl:if test="preceding-sibling::paramdef"><br/></xsl:if>
 
-   <code>
 
-     <xsl:apply-templates mode="kr-funcsynopsis-mode"/>
 
-   </code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="kr-funcsynopsis-mode">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="kr-funcsynopsis-mode"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="kr-funcsynopsis-mode"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="funcparams" mode="kr-funcsynopsis-mode">
 
-   <code>(</code>
 
-   <xsl:apply-templates mode="kr-funcsynopsis-mode"/>
 
-   <code>)</code>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <!-- funcprototype: kr, tabular -->
 
- <xsl:template match="funcprototype" mode="kr-tabular">
 
-   <table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" style="padding-bottom: 1em">
 
-     <tr>
 
-       <td>
 
-         <xsl:apply-templates select="funcdef" mode="kr-tabular"/>
 
-       </td>
 
-       <xsl:apply-templates select="(void|varargs|paramdef)[1]" mode="kr-tabular"/>
 
-     </tr>
 
-     <xsl:for-each select="(void|varargs|paramdef)[preceding-sibling::*[not(self::funcdef)]]">
 
-       <tr>
 
-         <td> </td>
 
-         <xsl:apply-templates select="." mode="kr-tabular"/>
 
-       </tr>
 
-     </xsl:for-each>
 
-   </table>
 
-   <xsl:if test="paramdef">
 
-     <table border="0" summary="Function argument synopsis" cellspacing="0" cellpadding="0">
 
-       <xsl:if test="following-sibling::funcprototype">
 
-         <xsl:attribute name="style">padding-bottom: 1em</xsl:attribute>
 
-       </xsl:if>
 
-       <xsl:apply-templates select="paramdef" mode="kr-tabular-funcsynopsis-mode"/>
 
-     </table>
 
-   </xsl:if>
 
- </xsl:template>
 
- <xsl:template match="funcdef" mode="kr-tabular">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="kr-tabular"/>
 
-     <xsl:text>(</xsl:text>
 
-   </code>
 
- </xsl:template>
 
- <xsl:template match="funcdef/function" mode="kr-tabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <b class="fsfunc"><xsl:apply-templates mode="kr-nontabular"/></b>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:apply-templates mode="kr-tabular"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="void" mode="kr-tabular">
 
-   <td>
 
-     <code>)</code>
 
-     <xsl:text>;</xsl:text>
 
-   </td>
 
-   <td> </td>
 
- </xsl:template>
 
- <xsl:template match="varargs" mode="kr-tabular">
 
-   <td>
 
-     <xsl:text>...</xsl:text>
 
-     <code>)</code>
 
-     <xsl:text>;</xsl:text>
 
-   </td>
 
-   <td> </td>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="kr-tabular">
 
-   <td>
 
-     <xsl:apply-templates select="parameter" mode="kr-tabular"/>
 
-     <xsl:choose>
 
-       <xsl:when test="following-sibling::*">
 
- 	<xsl:text>, </xsl:text>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
- 	<code>)</code>
 
- 	<xsl:text>;</xsl:text>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </td>
 
-   <td> </td>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="kr-tabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="kr-tabular"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="kr-tabular"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="kr-tabular-funcsynopsis-mode">
 
-   <xsl:variable name="type">
 
-     <xsl:choose>
 
-       <xsl:when test="type">
 
- 	<xsl:apply-templates select="type" mode="kr-tabular-funcsynopsis-mode"/>
 
-       </xsl:when>
 
-       <xsl:when test="normalize-space(parameter/preceding-sibling::node()[not(self::parameter)]) != ''">
 
- 	<xsl:copy-of select="parameter/preceding-sibling::node()[not(self::parameter)]"/>
 
-       </xsl:when>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <tr>
 
-     <xsl:choose>
 
-       <xsl:when test="$type != '' and funcparams">
 
-         <td>
 
- 	  <code>
 
- 	    <xsl:copy-of select="$type"/>
 
- 	  </code>
 
-           <xsl:text> </xsl:text>
 
-         </td>
 
-         <td>
 
- 	  <code>
 
- 	    <xsl:choose>
 
- 	      <xsl:when test="type">
 
- 		<xsl:apply-templates select="type/following-sibling::*" mode="kr-tabular-funcsynopsis-mode"/>
 
- 	      </xsl:when>
 
- 	      <xsl:otherwise>
 
- 		<xsl:apply-templates select="*" mode="kr-tabular-funcsynopsis-mode"/>
 
- 	      </xsl:otherwise>
 
- 	    </xsl:choose>
 
- 	  </code>
 
-         </td>
 
-       </xsl:when>
 
-       <xsl:when test="funcparams">
 
-         <td colspan="2">
 
- 	  <code>
 
- 	    <xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
 
- 	  </code>
 
-         </td>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <td>
 
- 	  <code>
 
- 	    <xsl:apply-templates select="parameter/preceding-sibling::node()[not(self::parameter)]" mode="kr-tabular-funcsynopsis-mode"/>
 
- 	  </code>
 
-           <xsl:text> </xsl:text>
 
-         </td>
 
-         <td>
 
- 	  <code>
 
- 	    <xsl:apply-templates select="parameter" mode="kr-tabular"/>
 
- 	    <xsl:apply-templates select="parameter/following-sibling::*[not(self::parameter)]" mode="kr-tabular-funcsynopsis-mode"/>
 
- 	    <xsl:text>;</xsl:text>
 
- 	  </code>
 
-         </td>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </tr>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="kr-tabular-funcsynopsis-mode">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="funcparams" mode="kr-tabular-funcsynopsis-mode">
 
-   <code>(</code>
 
-   <xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
 
-   <code>)</code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <!-- funcprototype: ansi, non-tabular -->
 
- <xsl:template match="funcprototype" mode="ansi-nontabular">
 
-   <p>
 
-     <xsl:apply-templates mode="ansi-nontabular"/>
 
-   </p>
 
- </xsl:template>
 
- <xsl:template match="funcdef" mode="ansi-nontabular">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="ansi-nontabular"/>
 
-     <xsl:text>(</xsl:text>
 
-   </code>
 
- </xsl:template>
 
- <xsl:template match="funcdef/function" mode="ansi-nontabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <b class="fsfunc"><xsl:apply-templates mode="ansi-nontabular"/></b>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:apply-templates mode="ansi-nontabular"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="void" mode="ansi-nontabular">
 
-   <code>void)</code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <xsl:template match="varargs" mode="ansi-nontabular">
 
-   <xsl:text>...</xsl:text>
 
-   <code>)</code>
 
-   <xsl:text>;</xsl:text>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="ansi-nontabular">
 
-   <xsl:apply-templates mode="ansi-nontabular"/>
 
-   <xsl:choose>
 
-     <xsl:when test="following-sibling::*">
 
-       <xsl:text>, </xsl:text>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>)</code>
 
-       <xsl:text>;</xsl:text>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="ansi-nontabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="ansi-nontabular"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="ansi-nontabular"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="funcparams" mode="ansi-nontabular">
 
-   <code>(</code>
 
-   <xsl:apply-templates mode="ansi-nontabular"/>
 
-   <code>)</code>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <!-- funcprototype: ansi, tabular -->
 
- <xsl:template match="funcprototype" mode="ansi-tabular">
 
-   <table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0">
 
-     <xsl:if test="following-sibling::funcprototype">
 
-       <xsl:attribute name="style">padding-bottom: 1em</xsl:attribute>
 
-     </xsl:if>
 
-     <tr>
 
-       <td>
 
-         <xsl:apply-templates select="funcdef" mode="ansi-tabular"/>
 
-       </td>
 
-       <xsl:apply-templates select="(void|varargs|paramdef)[1]" mode="ansi-tabular"/>
 
-     </tr>
 
-     <xsl:for-each select="(void|varargs|paramdef)[preceding-sibling::*[not(self::funcdef)]]">
 
-       <tr>
 
-         <td> </td>
 
-         <xsl:apply-templates select="." mode="ansi-tabular"/>
 
-       </tr>
 
-     </xsl:for-each>
 
-   </table>
 
- </xsl:template>
 
- <xsl:template match="funcdef" mode="ansi-tabular">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="ansi-tabular"/>
 
-     <xsl:text>(</xsl:text>
 
-   </code>
 
- </xsl:template>
 
- <xsl:template match="funcdef/function" mode="ansi-tabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <b class="fsfunc"><xsl:apply-templates mode="ansi-nontabular"/></b>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:apply-templates mode="kr-tabular"/>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="void" mode="ansi-tabular">
 
-   <td>
 
-     <code>void)</code>
 
-     <xsl:text>;</xsl:text>
 
-   </td>
 
-   <td> </td>
 
- </xsl:template>
 
- <xsl:template match="varargs" mode="ansi-tabular">
 
-   <td>
 
-     <xsl:text>...</xsl:text>
 
-     <code>)</code>
 
-     <xsl:text>;</xsl:text>
 
-   </td>
 
-   <td> </td>
 
- </xsl:template>
 
- <xsl:template match="paramdef" mode="ansi-tabular">
 
-   <xsl:variable name="type">
 
-     <xsl:choose>
 
-       <xsl:when test="type">
 
- 	<xsl:apply-templates select="type" mode="ansi-tabular"/>
 
-       </xsl:when>
 
-       <xsl:when test="normalize-space(parameter/preceding-sibling::node()[not(self::parameter)]) != ''">
 
- 	<xsl:copy-of select="parameter/preceding-sibling::node()[not(self::parameter)]"/>
 
-       </xsl:when>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <xsl:choose>
 
-     <xsl:when test="$type != '' and funcparams">
 
-       <td>
 
- 	<xsl:copy-of select="$type"/>
 
-         <xsl:text> </xsl:text>
 
-       </td>
 
-       <td>
 
- 	<xsl:choose>
 
- 	  <xsl:when test="type">
 
- 	    <xsl:apply-templates select="type/following-sibling::*" mode="ansi-tabular"/>
 
- 	  </xsl:when>
 
- 	  <xsl:otherwise>
 
- 	    <xsl:apply-templates select="*" mode="ansi-tabular"/>
 
- 	  </xsl:otherwise>
 
- 	</xsl:choose>
 
-         <xsl:choose>
 
-           <xsl:when test="following-sibling::*">
 
-             <xsl:text>, </xsl:text>
 
-           </xsl:when>
 
-           <xsl:otherwise>
 
-             <code>)</code>
 
-             <xsl:text>;</xsl:text>
 
-           </xsl:otherwise>
 
-         </xsl:choose>
 
-       </td>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <td>
 
-         <xsl:apply-templates select="parameter/preceding-sibling::node()[not(self::parameter)]" mode="ansi-tabular"/>
 
-         <xsl:text> </xsl:text>
 
-       </td>
 
-       <td>
 
-         <xsl:apply-templates select="parameter" mode="ansi-tabular"/>
 
-         <xsl:apply-templates select="parameter/following-sibling::*[not(self::parameter)]" mode="ansi-tabular"/>
 
-         <xsl:choose>
 
-           <xsl:when test="following-sibling::*">
 
-             <xsl:text>, </xsl:text>
 
-           </xsl:when>
 
-           <xsl:otherwise>
 
-             <code>)</code>
 
-             <xsl:text>;</xsl:text>
 
-           </xsl:otherwise>
 
-         </xsl:choose>
 
-       </td>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="paramdef/parameter" mode="ansi-tabular">
 
-   <xsl:choose>
 
-     <xsl:when test="$funcsynopsis.decoration != 0">
 
-       <var class="pdparam">
 
-         <xsl:apply-templates mode="ansi-tabular"/>
 
-       </var>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <code>
 
- 	<xsl:apply-templates mode="ansi-tabular"/>
 
-       </code>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template match="funcparams" mode="ansi-tabular">
 
-   <code>(</code>
 
-   <xsl:apply-templates/>
 
-   <code>)</code>
 
- </xsl:template>
 
- <!-- ====================================================================== -->
 
- <xsl:variable name="default-classsynopsis-language">java</xsl:variable>
 
- <xsl:template match="classsynopsis                      |fieldsynopsis                      |methodsynopsis                      |constructorsynopsis                      |destructorsynopsis">
 
-   <xsl:param name="language">
 
-     <xsl:choose>
 
-       <xsl:when test="@language">
 
- 	<xsl:value-of select="@language"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
- 	<xsl:value-of select="$default-classsynopsis-language"/>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:param>
 
-   <xsl:choose>
 
-     <xsl:when test="$language='java' or $language='Java'">
 
-       <xsl:apply-templates select="." mode="java"/>
 
-     </xsl:when>
 
-     <xsl:when test="$language='perl' or $language='Perl'">
 
-       <xsl:apply-templates select="." mode="perl"/>
 
-     </xsl:when>
 
-     <xsl:when test="$language='idl' or $language='IDL'">
 
-       <xsl:apply-templates select="." mode="idl"/>
 
-     </xsl:when>
 
-     <xsl:when test="$language='cpp' or $language='c++' or $language='C++'">
 
-       <xsl:apply-templates select="." mode="cpp"/>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:message>
 
- 	<xsl:text>Unrecognized language on </xsl:text>
 
-         <xsl:value-of select="local-name(.)"/>
 
-         <xsl:text>: </xsl:text>
 
- 	<xsl:value-of select="$language"/>
 
-       </xsl:message>
 
-       <xsl:apply-templates select=".">
 
- 	<xsl:with-param name="language" select="$default-classsynopsis-language"/>
 
-       </xsl:apply-templates>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
- </xsl:template>
 
- <xsl:template name="synop-break">
 
-   <xsl:if test="parent::classsynopsis                 or (following-sibling::fieldsynopsis                     |following-sibling::methodsynopsis                     |following-sibling::constructorsynopsis                     |following-sibling::destructorsynopsis)">
 
-     <br/>
 
-   </xsl:if>
 
- </xsl:template>
 
- <!-- ===== Java ======================================================== -->
 
- <xsl:template match="classsynopsis" mode="java">
 
-   <pre>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates select="ooclass[1]" mode="java"/>
 
-     <xsl:if test="ooclass[preceding-sibling::*]">
 
-       <xsl:text> extends</xsl:text>
 
-       <xsl:apply-templates select="ooclass[preceding-sibling::*]" mode="java"/>
 
-       <xsl:if test="oointerface|ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="oointerface">
 
-       <xsl:text>implements</xsl:text>
 
-       <xsl:apply-templates select="oointerface" mode="java"/>
 
-       <xsl:if test="ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="ooexception">
 
-       <xsl:text>throws</xsl:text>
 
-       <xsl:apply-templates select="ooexception" mode="java"/>
 
-     </xsl:if>
 
-     <xsl:text> {</xsl:text>
 
-     <br/>
 
-     <xsl:apply-templates select="constructorsynopsis                                  |destructorsynopsis                                  |fieldsynopsis                                  |methodsynopsis                                  |classsynopsisinfo" mode="java"/>
 
-     <xsl:text>}</xsl:text>
 
-   </pre>
 
- </xsl:template>
 
- <xsl:template match="classsynopsisinfo" mode="java">
 
-   <xsl:apply-templates mode="java"/>
 
- </xsl:template>
 
- <xsl:template match="ooclass|oointerface|ooexception" mode="java">
 
-   <xsl:choose>
 
-     <xsl:when test="preceding-sibling::*">
 
-       <xsl:text>, </xsl:text>
 
-     </xsl:when>
 
-     <xsl:otherwise>
 
-       <xsl:text> </xsl:text>
 
-     </xsl:otherwise>
 
-   </xsl:choose>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="modifier|package" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-     <xsl:if test="following-sibling::*">
 
-       <xsl:text> </xsl:text>
 
-     </xsl:if>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="classname" mode="java">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'classname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="interfacename" mode="java">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'interfacename'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="exceptionname" mode="java">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'exceptionname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="fieldsynopsis" mode="java">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates mode="java"/>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <xsl:template match="type" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="varname" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="initializer" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>= </xsl:text>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="void" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>void </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodname" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodparam" mode="java">
 
-   <xsl:param name="indent">0</xsl:param>
 
-   <xsl:if test="preceding-sibling::methodparam">
 
-     <xsl:text>,</xsl:text>
 
-     <br/>
 
-     <xsl:if test="$indent > 0">
 
-       <xsl:call-template name="copy-string">
 
- 	<xsl:with-param name="string"> </xsl:with-param>
 
- 	<xsl:with-param name="count" select="$indent + 1"/>
 
-       </xsl:call-template>
 
-     </xsl:if>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="parameter" mode="java">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="java"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template mode="java" match="constructorsynopsis|destructorsynopsis|methodsynopsis">
 
-   <xsl:variable name="start-modifiers" select="modifier[following-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <xsl:variable name="notmod" select="*[local-name(.) != 'modifier']"/>
 
-   <xsl:variable name="end-modifiers" select="modifier[preceding-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <xsl:variable name="decl">
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="$start-modifiers" mode="java"/>
 
-     <!-- type -->
 
-     <xsl:if test="local-name($notmod[1]) != 'methodname'">
 
-       <xsl:apply-templates select="$notmod[1]" mode="java"/>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="methodname" mode="java"/>
 
-   </xsl:variable>
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:copy-of select="$decl"/>
 
-     <xsl:text>(</xsl:text>
 
-     <xsl:apply-templates select="methodparam" mode="java">
 
-       <xsl:with-param name="indent" select="string-length($decl)"/>
 
-     </xsl:apply-templates>
 
-     <xsl:text>)</xsl:text>
 
-     <xsl:if test="exceptionname">
 
-       <br/>
 
-       <xsl:text>    throws </xsl:text>
 
-       <xsl:apply-templates select="exceptionname" mode="java"/>
 
-     </xsl:if>
 
-     <xsl:if test="modifier[preceding-sibling::*[local-name(.) != 'modifier']]">
 
-       <xsl:text> </xsl:text>
 
-       <xsl:apply-templates select="$end-modifiers" mode="java"/>
 
-     </xsl:if>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <!-- ===== C++ ========================================================= -->
 
- <xsl:template match="classsynopsis" mode="cpp">
 
-   <pre>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates select="ooclass[1]" mode="cpp"/>
 
-     <xsl:if test="ooclass[preceding-sibling::*]">
 
-       <xsl:text>: </xsl:text>
 
-       <xsl:apply-templates select="ooclass[preceding-sibling::*]" mode="cpp"/>
 
-       <xsl:if test="oointerface|ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="oointerface">
 
-       <xsl:text> implements</xsl:text>
 
-       <xsl:apply-templates select="oointerface" mode="cpp"/>
 
-       <xsl:if test="ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="ooexception">
 
-       <xsl:text> throws</xsl:text>
 
-       <xsl:apply-templates select="ooexception" mode="cpp"/>
 
-     </xsl:if>
 
-     <xsl:text> {</xsl:text>
 
-     <br/>
 
-     <xsl:apply-templates select="constructorsynopsis                                  |destructorsynopsis                                  |fieldsynopsis                                  |methodsynopsis                                  |classsynopsisinfo" mode="cpp"/>
 
-     <xsl:text>}</xsl:text>
 
-   </pre>
 
- </xsl:template>
 
- <xsl:template match="classsynopsisinfo" mode="cpp">
 
-   <xsl:apply-templates mode="cpp"/>
 
- </xsl:template>
 
- <xsl:template match="ooclass|oointerface|ooexception" mode="cpp">
 
-   <xsl:if test="preceding-sibling::*">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="modifier|package" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-     <xsl:if test="following-sibling::*">
 
-       <xsl:text> </xsl:text>
 
-     </xsl:if>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="classname" mode="cpp">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'classname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="interfacename" mode="cpp">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'interfacename'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="exceptionname" mode="cpp">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'exceptionname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="fieldsynopsis" mode="cpp">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates mode="cpp"/>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <xsl:template match="type" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="varname" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="initializer" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>= </xsl:text>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="void" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>void </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodname" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodparam" mode="cpp">
 
-   <xsl:if test="preceding-sibling::methodparam">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="parameter" mode="cpp">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="cpp"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template mode="cpp" match="constructorsynopsis|destructorsynopsis|methodsynopsis">
 
-   <xsl:variable name="start-modifiers" select="modifier[following-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <xsl:variable name="notmod" select="*[local-name(.) != 'modifier']"/>
 
-   <xsl:variable name="end-modifiers" select="modifier[preceding-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="$start-modifiers" mode="cpp"/>
 
-     <!-- type -->
 
-     <xsl:if test="local-name($notmod[1]) != 'methodname'">
 
-       <xsl:apply-templates select="$notmod[1]" mode="cpp"/>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="methodname" mode="cpp"/>
 
-     <xsl:text>(</xsl:text>
 
-     <xsl:apply-templates select="methodparam" mode="cpp"/>
 
-     <xsl:text>)</xsl:text>
 
-     <xsl:if test="exceptionname">
 
-       <br/>
 
-       <xsl:text>    throws </xsl:text>
 
-       <xsl:apply-templates select="exceptionname" mode="cpp"/>
 
-     </xsl:if>
 
-     <xsl:if test="modifier[preceding-sibling::*[local-name(.) != 'modifier']]">
 
-       <xsl:text> </xsl:text>
 
-       <xsl:apply-templates select="$end-modifiers" mode="cpp"/>
 
-     </xsl:if>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <!-- ===== IDL ========================================================= -->
 
- <xsl:template match="classsynopsis" mode="idl">
 
-   <pre>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>interface </xsl:text>
 
-     <xsl:apply-templates select="ooclass[1]" mode="idl"/>
 
-     <xsl:if test="ooclass[preceding-sibling::*]">
 
-       <xsl:text>: </xsl:text>
 
-       <xsl:apply-templates select="ooclass[preceding-sibling::*]" mode="idl"/>
 
-       <xsl:if test="oointerface|ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="oointerface">
 
-       <xsl:text> implements</xsl:text>
 
-       <xsl:apply-templates select="oointerface" mode="idl"/>
 
-       <xsl:if test="ooexception">
 
-         <br/>
 
- 	<xsl:text>    </xsl:text>
 
-       </xsl:if>
 
-     </xsl:if>
 
-     <xsl:if test="ooexception">
 
-       <xsl:text> throws</xsl:text>
 
-       <xsl:apply-templates select="ooexception" mode="idl"/>
 
-     </xsl:if>
 
-     <xsl:text> {</xsl:text>
 
-     <br/>
 
-     <xsl:apply-templates select="constructorsynopsis                                  |destructorsynopsis                                  |fieldsynopsis                                  |methodsynopsis                                  |classsynopsisinfo" mode="idl"/>
 
-     <xsl:text>}</xsl:text>
 
-   </pre>
 
- </xsl:template>
 
- <xsl:template match="classsynopsisinfo" mode="idl">
 
-   <xsl:apply-templates mode="idl"/>
 
- </xsl:template>
 
- <xsl:template match="ooclass|oointerface|ooexception" mode="idl">
 
-   <xsl:if test="preceding-sibling::*">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="modifier|package" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-     <xsl:if test="following-sibling::*">
 
-       <xsl:text> </xsl:text>
 
-     </xsl:if>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="classname" mode="idl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'classname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="interfacename" mode="idl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'interfacename'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="exceptionname" mode="idl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'exceptionname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="fieldsynopsis" mode="idl">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates mode="idl"/>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <xsl:template match="type" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="varname" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="initializer" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>= </xsl:text>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="void" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>void </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodname" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodparam" mode="idl">
 
-   <xsl:if test="preceding-sibling::methodparam">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="parameter" mode="idl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="idl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template mode="idl" match="constructorsynopsis|destructorsynopsis|methodsynopsis">
 
-   <xsl:variable name="start-modifiers" select="modifier[following-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <xsl:variable name="notmod" select="*[local-name(.) != 'modifier']"/>
 
-   <xsl:variable name="end-modifiers" select="modifier[preceding-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="$start-modifiers" mode="idl"/>
 
-     <!-- type -->
 
-     <xsl:if test="local-name($notmod[1]) != 'methodname'">
 
-       <xsl:apply-templates select="$notmod[1]" mode="idl"/>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="methodname" mode="idl"/>
 
-     <xsl:text>(</xsl:text>
 
-     <xsl:apply-templates select="methodparam" mode="idl"/>
 
-     <xsl:text>)</xsl:text>
 
-     <xsl:if test="exceptionname">
 
-       <br/>
 
-       <xsl:text>    raises(</xsl:text>
 
-       <xsl:apply-templates select="exceptionname" mode="idl"/>
 
-       <xsl:text>)</xsl:text>
 
-     </xsl:if>
 
-     <xsl:if test="modifier[preceding-sibling::*[local-name(.) != 'modifier']]">
 
-       <xsl:text> </xsl:text>
 
-       <xsl:apply-templates select="$end-modifiers" mode="idl"/>
 
-     </xsl:if>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <!-- ===== Perl ======================================================== -->
 
- <xsl:template match="classsynopsis" mode="perl">
 
-   <pre>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>package </xsl:text>
 
-     <xsl:apply-templates select="ooclass[1]" mode="perl"/>
 
-     <xsl:text>;</xsl:text>
 
-     <br/>
 
-     <xsl:if test="ooclass[preceding-sibling::*]">
 
-       <xsl:text>@ISA = (</xsl:text>
 
-       <xsl:apply-templates select="ooclass[preceding-sibling::*]" mode="perl"/>
 
-       <xsl:text>);</xsl:text>
 
-       <br/>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="constructorsynopsis                                  |destructorsynopsis                                  |fieldsynopsis                                  |methodsynopsis                                  |classsynopsisinfo" mode="perl"/>
 
-   </pre>
 
- </xsl:template>
 
- <xsl:template match="classsynopsisinfo" mode="perl">
 
-   <xsl:apply-templates mode="perl"/>
 
- </xsl:template>
 
- <xsl:template match="ooclass|oointerface|ooexception" mode="perl">
 
-   <xsl:if test="preceding-sibling::*">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="modifier|package" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-     <xsl:if test="following-sibling::*">
 
-       <xsl:text> </xsl:text>
 
-     </xsl:if>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="classname" mode="perl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'classname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="interfacename" mode="perl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'interfacename'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="exceptionname" mode="perl">
 
-   <xsl:if test="local-name(preceding-sibling::*[1]) = 'exceptionname'">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="fieldsynopsis" mode="perl">
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:if test="parent::classsynopsis">
 
-       <xsl:text>  </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates mode="perl"/>
 
-     <xsl:text>;</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <xsl:template match="type" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="varname" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-     <xsl:text> </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="initializer" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>= </xsl:text>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="void" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>void </xsl:text>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodname" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="methodparam" mode="perl">
 
-   <xsl:if test="preceding-sibling::methodparam">
 
-     <xsl:text>, </xsl:text>
 
-   </xsl:if>
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template match="parameter" mode="perl">
 
-   <span>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates mode="perl"/>
 
-   </span>
 
- </xsl:template>
 
- <xsl:template mode="perl" match="constructorsynopsis|destructorsynopsis|methodsynopsis">
 
-   <xsl:variable name="start-modifiers" select="modifier[following-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <xsl:variable name="notmod" select="*[local-name(.) != 'modifier']"/>
 
-   <xsl:variable name="end-modifiers" select="modifier[preceding-sibling::*[local-name(.) != 'modifier']]"/>
 
-   <code>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:text>sub </xsl:text>
 
-     <xsl:apply-templates select="methodname" mode="perl"/>
 
-     <xsl:text> { ... };</xsl:text>
 
-   </code>
 
-   <xsl:call-template name="synop-break"/>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- <!-- * DocBook 5 allows linking elements (link, olink, and xref) -->
 
- <!-- * within the OO *synopsis elements (classsynopsis, fieldsynopsis, -->
 
- <!-- * methodsynopsis, constructorsynopsis, destructorsynopsis) and -->
 
- <!-- * their children. So we need to have mode="java|cpp|idl|perl" -->
 
- <!-- * per-mode matches for those linking elements in order for them -->
 
- <!-- * to be processed as expected. -->
 
- <xsl:template match="link|olink|xref" mode="java">
 
-   <xsl:apply-templates select="."/>
 
- </xsl:template>
 
- <xsl:template match="link|olink|xref" mode="cpp">
 
-   <xsl:apply-templates select="."/>
 
- </xsl:template>
 
- <xsl:template match="link|olink|xref" mode="idl">
 
-   <xsl:apply-templates select="."/>
 
- </xsl:template>
 
- <xsl:template match="link|olink|xref" mode="perl">
 
-   <xsl:apply-templates select="."/>
 
- </xsl:template>
 
- </xsl:stylesheet>
 
 
  |