|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Defines classes whose instances can be converted to Xml elements. Conversion is different from that used in serialization. More...
Inheritance diagram for IG::Lib::IFromXml:
Collaboration diagram for IG::Lib::IFromXml:Public Member Functions | |
| object | FromXmlElement (XmlElement source, ref object initial) |
| Creates a new object and initializes it from an XML element. | |
Defines classes whose instances can be converted to Xml elements. Conversion is different from that used in serialization.
| object IG::Lib::IFromXml::FromXmlElement | ( | XmlElement | source, |
| ref object | initial | ||
| ) |
Creates a new object and initializes it from an XML element.
| source | XML elmeent containing contents of the object. |
| initial | Eventual existing object that can be used as storage storing the returnet object. The function is not obliged to use this object. |
Implemented in IG::Lib::VarTypeBase.