Class NativeFormXmlFileReaderQualifier

    • Constructor Detail

      • NativeFormXmlFileReaderQualifier

        public NativeFormXmlFileReaderQualifier()
    • Method Detail

      • qualify

        public boolean qualify​(Document document,
                               Path path,
                               org.eclipse.emf.ecore.EClass eClass,
                               Version version)
        Description copied from interface: IXmlFileReaderQualifier
        Qualify whether need to use the parent XML file reader for the provided XML document, object and 1C:Enterprise runtime version.
        Specified by:
        qualify in interface IXmlFileReaderQualifier
        Parameters:
        document - the XML document parsed from file to check, cannot be null
        path - the file path with XML document, cannot be null
        eClass - the object class, cannot be null
        version - the 1C:Enterprise runtime version, cannot be null
        Returns:
        whether need to use the parent XML file reader for the provided XML document, object and 1C:Enterprise runtime version