Class LocalStringMapEntryWriter

    • Constructor Detail

      • LocalStringMapEntryWriter

        public LocalStringMapEntryWriter()
    • Method Detail

      • writeLocalString

        public void writeLocalString​(ExportXmlStreamWriter writer,
                                     org.eclipse.emf.ecore.EObject eObject,
                                     org.eclipse.emf.ecore.EStructuralFeature feature,
                                     org.eclipse.emf.common.util.EMap<String,​String> localString,
                                     QName elementQName,
                                     boolean writeEmpty,
                                     Version version)
                              throws XMLStreamException,
                                     ExportException
        Write local string.
        Parameters:
        writer - the xml ExportXmlStreamWriter, cannot be null
        eObject - context object, cannot be null
        feature - the EStructuralFeature, cannot be null
        localString - local string, cannot be null
        elementQName - the element qualified name, cannot be null
        writeEmpty - write empty element if true or nothing if false
        version - the exporting project Version, cannot be null
        Throws:
        XMLStreamException - if unexpected processing errors
        ExportException - if export processing errors