Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / C++ LTXmlLib.Attribute
In This Topic
    C++ LTXmlLib.Attribute
    In This Topic

    LtXmlLib20::CAttribute Class

    Allows untyped attributes (data not described in the schema) to be constructed and manipulated. Some schemas allow the insertion of arbitrary attributes. This object allows these to be described.

    Base Classes: CXmlObjectBase
    Implemented interfaces:
      Members Description  
        AddRef (inherited from CXmlObjectBase) Adds a reference to the object  
        GetBase (inherited from CXmlObjectBase) Gets the base class.  
        FromXml (inherited from CXmlObjectBase) Reads data into the object, from an XML string  
        FromXmlFile (inherited from CXmlObjectBase) Reads XML data the object, from a file  
        GetName Gets the name of this attribute  
        SetName Sets the name of this attribute  
        GetNamespace Gets the namespace that this attribute is a part of  
        SetNamespace Sets the namespace that this attribute is a part of  
        Release (inherited from CXmlObjectBase) Release a reference to the object (deletes the object if it is the last reference)  
        ToXml (inherited from CXmlObjectBase) Turns the object into an XML string  
        ToXmlFile (inherited from CXmlObjectBase) Turns the object into XML, and writes it to a file  
        ToXmlStream (inherited from CXmlObjectBase) Turns the object into XML, and writes it to a CBinaryData  
        GetValue Gets the value associated with this attribute  
        SetValue Sets the value associated with this attribute