8081828384858687
_highlightCounter = 0; try { _output.write(Start); } catch (IOException e) { throw new XSLException(e); } }
9192939495969798
_output.write(End); _output.flush(); _output.close(); } catch (IOException e) { throw new XSLException(e); } }
124125126127128129130131
_output.write(tagBytes); _openStartTag = true; } } catch (IOException e) { throw new XSLException(e); } }
139140141142143144145146
; else // cached in startElement _output.write((byte[])EndTags.get(elementType)); } catch (IOException e) { throw new XSLException(e); } }
154155156157158159160161
_output.write(attr); _output.write(value.getBytes()); _output.write('"'); } catch (IOException e) { throw new XSLException(e); } }
164165166167168169170171
try { flushStartTag(); _output.write(str.getBytes()); } catch (IOException e) { throw new XSLException(e); } }
106107108109110111112113
117118119120121122123124
150151152153154155156157
165166167168169170171172