Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / C++ LTXmlLib.Element
In This Topic
    C++ LTXmlLib.Element
    In This Topic
    LtXmlLib20::CElement Class
    Allows untyped elements (data not described in the schema) to be constructed and manipulated. Some schemas allow the insertion of arbitrary pieces of XML. This object allows these to be described.

    Base Classes: CXmlObjectBase
    Implemented interfaces:
      Members Description  
        AddRef

    Adds a reference to the object

     
        Attributes A collection of all the Attributes that this element contains

     
        ChildElements A collection of all the child elements owned by this element

     
        Element Constructor

     
        GetBase Gets the CXmlObjectBase that all XML objects must derive from.

     
        FromXml Reads data into the object, from an XML string

     
        FromXmlFile Reads XML data the object, from a file

     
        GetName Gets the name of the element

     
        SetName Sets the name of the element

     
        GetNamespace Gets the namespace the element belongs to

     
        SetNamespace Sets the namespace the element belongs to

     
        Release Release a reference to the object (deletes the object if it is the last reference)  
        ToXml Turns the object into an XML string

     
        ToXmlFile Turns the object into XML, and writes it to a file