Class ScheduleXmlFileReader
java.lang.Object
com._1c.g5.v8.dt.schedule.import_.xml.reader.ScheduleXmlFileReader
- All Implemented Interfaces:
IXmlFileReader
Schedule
XML file reader-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScheduleXmlFileReader
public ScheduleXmlFileReader()
-
-
Method Details
-
read
public XmlReaderResult read(Document document, Path path, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Description copied from interface:IXmlFileReader
Read XML file to the XML reader result with the providedeClass
content.- Specified by:
read
in interfaceIXmlFileReader
- Parameters:
document
- the XML document parsed fromfile
, cannot benull
path
- the file path with XML document, cannot benull
eClass
- the class to read object with, cannot benull
parent
- the parent object reference, can benull
feature
- the context feature containingeClass
ornull
if not neededversion
- the version of importing 1C:Enterprise XML files, cannot benull
- Returns:
- the
XmlReaderResult
as importing result with the providedeClass
content, nevernull
-