public final void onComponentTag(final Component component, final ComponentTag tag) {
   if (tag.getType() != XmlTag.TagType.CLOSE) {
     this.replaceAttributeValue(component, tag);
   }
 }