Class XmlFileReaderContext
- java.lang.Object
-
- com._1c.g5.v8.dt.import_.xml.reader.XmlFileReaderContext
-
public class XmlFileReaderContext extends Object
Context container forAbstractXmlFileReader
-
-
Constructor Summary
Constructors Constructor Description XmlFileReaderContext(File file, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature feature)
Create instance ofXmlFileReaderContext
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
geteClass()
EClass to read object withorg.eclipse.emf.ecore.EStructuralFeature
getFeature()
The context featureFile
getFile()
File with XML document
-
-
-
Constructor Detail
-
XmlFileReaderContext
public XmlFileReaderContext(File file, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature feature)
Create instance ofXmlFileReaderContext
- Parameters:
file
- the file with XML document, cannot benull
eClass
- the class to read object with, cannot benull
feature
- the context feature containingeClass
ornull
if not needed
-
-
Method Detail
-
getFile
public File getFile()
File with XML document- Returns:
- the file with XML document, cannot be
null
-
geteClass
public org.eclipse.emf.ecore.EClass geteClass()
EClass to read object with- Returns:
- the eClass to read object with, cannot be
null
-
getFeature
public org.eclipse.emf.ecore.EStructuralFeature getFeature()
The context feature- Returns:
- the context feature, can be
null
-
-