protected void writeToOut(String text) {
   if (log.isDebugEnabled()) log.debug("Writting '" + text + "' to output,  scheduled.");
   tag.addProcessingInstruction(ProcessingInstruction.getWriteToOutInstruction(text));
 }