Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / Attribute / Liquid XML Runtime for .Net - FromXmlElement - XmlObjectInterface
In This Topic
    Liquid XML Runtime for .Net - FromXmlElement - XmlObjectInterface
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    void FromXmlElement( System.Xml.XmlElement elm );
      Property Description  
        Method Name FromXmlElement  
        Argument - elm An XML Element whose data is to be loaded into this object  
        Description Reads XML from a XmlElement into the current object  
        Remarks This method will only load XML that complies with the XSD schema.
    It will raise an exception if the XML is invalid.
    Any state within the object will be overwritten