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

    LtXmlLib20::CAttributeCol Class

    A collection of CAttribute objects.
    Base Classes: CXmlCollectionBase
    Implemented interfaces:
      Members Description  
        Add Adds an Item to the collection  
        AddEventListener(inherited from CXmlCollectionBase) Adds an event listener, which can sink collection change notifications  
        AddRef (inherited from CXmlObjectBase) Adds a reference to the object  
        Append(inherited from CXmlCollectionBase) Appends an object to the end of the collection  
        begin Gets the iterator at the start of the collection  
        CAttributeCol Constructor  
        Clear (inherited from CXmlCollectionBase) Removes all items from the collection  
        end Gets the iterator at the end of the collection  
        GetBase (inherited from CXmlObjectBase) Gets the base class.  
        GetCount (inherited from CXmlCollectionBase) The number of items in the collection  
        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  
        Item Gets an item from the collection  
        iterator the typedef for the iterator  
        Release (inherited from CXmlObjectBase) Release a reference to the object (deletes the object if it is the last reference)  
        Remove (inherited from CXmlCollectionBase) Removes a given item from the collection  
        RemoveEventListener(inherited from CXmlCollectionBase) Removes an event listener (previously added with AddEventListener)  
        ToXml (inherited from CXmlObjectBase) Turns the collection into an XML string (may not be valid on collections)  
        ToXmlFile (inherited from CXmlObjectBase) Turns the collection into XML and writes it to a file (may not be valid on collections)  
        ToXmlStream (inherited from CXmlObjectBase) Turns the object into XML, and writes it to a CBinaryData  
        ValidateCount (inherited from CXmlCollectionBase) Validates the number of items in the collection. Throws an exception if it's invalid.