ComponentKey componentKey = componentElement.getComponentKey();
Component component = componentElement.getComponent();
ComponentXmlWriter componentXmlWriter = ComponentsEnvironment.
getComponentManager(componentKey).getComponentXmlWriter();
componentXmlWriter.writeToXml(componentKey, component, this);
writer.closeElement();
}
protected XmlNamespace getNamespace()