Method | Description | |
---|---|---|
GetFilledXForm ( string xmlFileName, |
Fills given XForm structure with data form given Xml file.
|
Method | Description | |
---|---|---|
Fill ( SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer sourceContainer, |
Fill up given XContainer with data from Xml file.
|
|
FillChildNodes ( SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer destinationContainer, SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer sourceContainer, |
Fill up child nodes of XContainer.
|
|
ResolveAttributes ( SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer container, |
Fill given XContainer attributes with data form Xml file.
|
|
ResolveElements ( SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer container, |
Fill given XContainer attributes with data form Xml file.
|
public GetFilledXForm ( string xmlFileName, |
||
xmlFileName | string | Path to Xml file contains data. |
xsdForm | XForm to be filled with data from Xml file. | |
return |