732733734735736737738739
xmlWriter.writeCloseTag(); } } catch (IOException e) { throw new HtmlOutputProcessingException("Failed to perform IO", e); } }
200201202203204205206207
{ xmlWriter.writeText(" "); } catch (final IOException e) { throw new HtmlOutputProcessingException("Failed to perform IO", e); } }
212213214215216217218219
225226227228229230231232
result = true; xmlWriter.writeTag(HtmlPrinter.XHTML_NAMESPACE, BR_TAG, XmlWriterSupport.CLOSE); } catch (final IOException e) { throw new HtmlOutputProcessingException("Failed to perform IO", e); } }