Lines Matching defs:_writer

57         /** Field _writer */
58 private Writer _writer = null;
191 this._writer = new StringWriter();
194 this._writer.close();
196 return this._writer.toString();
202 this._writer = null;
229 this._writer.write(HTMLPrefix);
236 this._writer.write(HTMLSuffix);
241 this._writer.write(HTMLIncludePrefix);
243 this._writer.write(HTMLExcludePrefix);
249 this._writer.write("\n");
255 this._writer.write("\n");
259 this._writer.write(HTMLIncludeSuffix);
261 this._writer.write(HTMLExcludeSuffix);
267 this._writer.write(HTMLIncludePrefix);
269 this._writer.write(HTMLExcludePrefix);
275 this._writer.write("\n");
281 this._writer.write("\n");
285 this._writer.write(HTMLIncludeSuffix);
287 this._writer.write(HTMLExcludeSuffix);
294 this._writer.write(HTMLIncludePrefix);
296 this._writer.write(HTMLExcludePrefix);
317 this._writer.write(HTMLIncludeSuffix);
319 this._writer.write(HTMLExcludeSuffix);
327 this._writer.write(HTMLIncludePrefix);
329 this._writer.write(HTMLExcludePrefix);
332 this._writer.write("<");
333 this._writer.write(currentElement.getTagName());
336 this._writer.write(HTMLIncludeSuffix);
338 this._writer.write(HTMLExcludeSuffix);
363 this._writer
368 this._writer.write(HTMLIncludePrefix);
374 this._writer
379 this._writer.write(HTMLExcludePrefix);
389 this._writer
394 this._writer.write(HTMLIncludeSuffix);
400 this._writer
405 this._writer.write(HTMLExcludeSuffix);
411 this._writer.write(HTMLIncludePrefix);
413 this._writer.write(HTMLExcludePrefix);
416 this._writer.write(">");
419 this._writer.write(HTMLIncludeSuffix);
421 this._writer.write(HTMLExcludeSuffix);
431 this._writer.write(HTMLIncludePrefix);
433 this._writer.write(HTMLExcludePrefix);
436 this._writer.write("</");
437 this._writer.write(currentElement.getTagName());
438 this._writer.write(">");
441 this._writer.write(HTMLIncludeSuffix);
443 this._writer.write(HTMLExcludeSuffix);
514 this._writer.write(" ");
515 this._writer.write(name);
516 this._writer.write("=\"");
526 this._writer.write("&");
530 this._writer.write("<");
534 this._writer.write(""");
538 this._writer.write("	");
542 this._writer.write("
");
546 this._writer.write("
");
550 this._writer.write(c);
555 this._writer.write("\"");
571 this._writer.write("<?");
582 this._writer.write("
");
586 this._writer.write("·");
590 this._writer.write("¶\n");
594 this._writer.write(c);
604 this._writer.write(" ");
612 this._writer.write("
");
616 this._writer.write(c);
622 this._writer.write("?>");
638 this._writer.write("<!--");
649 this._writer.write("
");
653 this._writer.write("·");
657 this._writer.write("¶\n");
661 this._writer.write(c);
666 this._writer.write("-->");
689 this._writer.write("&");
693 this._writer.write("<");
697 this._writer.write(">");
701 this._writer.write("
");
705 this._writer.write("·");
709 this._writer.write("¶\n");
713 this._writer.write(c);