Home | History | Annotate | Download | only in jheer

Lines Matching refs:nattr

155      * @param nattr the number of attributes
160 int nattr, boolean close) throws IOException
165 for ( int i=0; i<nattr; ++i ) {
188 * @param nattr the number of attributes
190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException
192 tag(tag, names, values, nattr, true);
201 * @param nattr the number of attributes
203 public void start(String tag, String[] names, String[] values, int nattr) throws IOException
205 tag(tag, names, values, nattr, false);
279 * @param nattr the number of attributes
284 int nattr, boolean close) throws IOException
289 for ( int i=0; i<nattr; ++i ) {
312 * @param nattr the number of attributes
314 public void tag(String tag, ArrayList names, ArrayList values, int nattr) throws IOException
316 tag(tag, names, values, nattr, true);
325 * @param nattr the number of attributes
327 public void start(String tag, ArrayList names, ArrayList values, int nattr) throws IOException
329 tag(tag, names, values, nattr, false);