/****************************/ /*** (1) Semantic Classes ***/ /****************************/ /* .RplFunc_Div // div element for a RplFunction */ /* // attrib: id (function name) */ /* // attrib: funcNames */ /* // attrib: funcNum [1..]) */ /* */ /* .RplFunc_Name // function name */ /* .RplFunc_RetType // return type */ /* .RplFunc_ArgType // argument type (attrib: argInx [1..]) */ /* .RplFunc_ArgName // argument name (attrib: argInx [1..]) */ /* // xpath "tr[@rplArg]" selects 'tr' elements with an arg type, name */ /* */ /* .RplFunc_Evaluation // evalution description */ /* .RplFunc_Comments // other comments */ /* */ /* .RplFunc_Syntax_Examp // syntax example; disp style defined below. */ /* .RplFunc_Return_Examp // return example; disp style defined below. */ /*********************************/ /*** (2) Display Style Classes ***/ /*********************************/