Searched refs:m_fileOutputStream (Results 1 – 1 of 1) sorted by relevance
57 private FileOutputStream m_fileOutputStream; field in SAXEventPrinter62 m_fileOutputStream = fileOutputStream; in SAXEventPrinter()219 outputIndent(m_nIndent, m_fileOutputStream); in startElement()226 m_fileOutputStream.write("\n".getBytes()); in startElement()247 m_fileOutputStream.write("</".getBytes()); in endElement()249 m_fileOutputStream.write(">".getBytes()); in endElement()253 m_fileOutputStream.write("\n".getBytes()); in endElement()275 m_fileOutputStream.write("\n".getBytes()); in characters()297 m_fileOutputStream.write("<?".getBytes()); in processingInstruction()299 m_fileOutputStream.write("?>".getBytes()); in processingInstruction()[all …]
Completed in 13 milliseconds