Interface IXmlFileReaderQualifier

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean qualify​(Document document, Path path, org.eclipse.emf.ecore.EClass eClass, Version version)
      Qualify whether need to use the parent XML file reader for the provided XML document, object and 1C:Enterprise runtime version.
    • Method Detail

      • qualify

        boolean qualify​(Document document,
                        Path path,
                        org.eclipse.emf.ecore.EClass eClass,
                        Version version)
        Qualify whether need to use the parent XML file reader for the provided XML document, object and 1C:Enterprise runtime version.
        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