// obtain a SAX Buffer content then
SAX2BufferImpl bufferedContent=cr.getBuffer();
if(bufferedContent!=null) {
// translate SAX Buffer into the character version
try {
if(!cs.startCaching()) {
log.error("ChannelManager::outputChannel() : unable to restart character cache while compiling character cache for channel \""+channelSubscribeId+"\" !");
}
// dump SAX buffer into the serializer
bufferedContent.outputBuffer(contentHandler);
// extract compiled character cache