Home | History | Annotate | Download | only in lib

Lines Matching full:line

62   <xsl:for-each select="ext:node-set($vResult)/line">
76 <xsl:copy-of select="$arg1/line[position() != last()]"/>
82 <xsl:with-param name="pLine" select="$arg1/line[last()]"/>
89 <xsl:copy-of select="$arg1/line[last()]"/>
97 <!-- which is a list of 'line' elements, each having a list of 'word' -->
98 <!-- children. After the last 'line' element there's a single 'word', in -->
101 <!-- formation of a new word. This word is either added to the last line -->
102 <!-- (if the total line length will not exceed the specified line-length), -->
103 <!-- or a new line is started and this word becomes the 1st in the new line -->
115 <line>
118 </line>
122 <line>
124 </line>