210211212213214215216217218219220
transformer.getTraceManager().fireTraceEvent(this); } if (m_disableOutputEscaping) { rth.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); } rth.characters(m_ch, 0, m_ch.length); if (m_disableOutputEscaping)
217218219220221222223224225226227
rth.characters(m_ch, 0, m_ch.length); if (m_disableOutputEscaping) { rth.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); } } catch(SAXException se) { throw new TransformerException(se);
227228229230231232233234235236237
DTM dtm = xctxt.getDTM(child); xctxt.pushCurrentNode(child); if (m_disableOutputEscaping) rth.processingInstruction( javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); try { dtm.dispatchCharactersEvents(child, rth, false);
237238239240241242243244245246247
dtm.dispatchCharactersEvents(child, rth, false); } finally { if (m_disableOutputEscaping) rth.processingInstruction( javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); xctxt.popCurrentNode(); } }
252253254255256257258259260261262
int current = xctxt.getCurrentNode(); xctxt.pushCurrentNodeAndExpression(current, current); if (m_disableOutputEscaping) rth.processingInstruction( javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); try { Expression expr = m_selectExpression.getExpression();
275276277278279280281282283284285
} } finally { if (m_disableOutputEscaping) rth.processingInstruction( javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); xctxt.popNamespaceContext(); xctxt.popCurrentNodeAndExpression(); }
208209210211212213214215216217218
215216217218219220221222223224225
225226227228229230231232233234235
235236237238239240241242243244245