protected void setAttributeInterpreter(FormaterTagDynamicAttributesInterpreter interpreter) {
   tag.addProcessingInstruction(
       ProcessingInstruction.getAddAttributesInterpreterInstruction(interpreter));
 }