Home | History | Annotate | Download | only in jheer

Lines Matching refs:close

156      * @param close true to close the tag, false to leave it
160 int nattr, boolean close) throws IOException
173 if ( close ) m_out.write('/');
177 if ( !close ) {
228 * @param close true to close the tag, false to leave it
231 protected void tag(String tag, String name, String value, boolean close) throws IOException {
241 if ( close ) m_out.write('/');
245 if ( !close ) {
280 * @param close true to close the tag, false to leave it
284 int nattr, boolean close) throws IOException
297 if ( close ) m_out.write('/');
301 if ( !close ) {
342 * Close the most recently opened tag. The tag will be followed by a