Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib21 / Java XmlCollectionBase
In This Topic
    Java XmlCollectionBase
    In This Topic
    com.liquid_technologies.ltxmllib21.XmlCollectionBase Class
    The base class for all collections of XML entities. All collection classes in external libraries will derived from this base class.

    (Abstract - can not instantiate directly)

    Base Classes: XmlObjectBase
    Implemented interfaces:
      Members Description  
        addEventListener Includes the class in the list of objects that will be notified when the collection changes (Internal Use only).  
        clear Removes all items from the collection  
        clone (inherited from XmlObjectInterface) Creates a 'deep' copy of the object  
        count The number of items in the collection  
        get Gets an item from the collection at a given index  
        getBase (inherited from XmlObjectInterface) Gets the XmlObjectBase that all XML objects must derive from.  
        getIterator Gets an iterator that allows the class to be enumerated  
        getMaxOccurs Gets the maximum number of elements that can be contained within the collection  
        getMinOccurs Gets the minimum number of elements that can be contained within the collection  
        getNamespace (inherited from XmlObjectInterface) Gets the namespace of the current class  
        getTargetNamespace (inherited from XmlObjectInterface) Gets the target namespace for the current XML document  
        fromXml (inherited from XmlObjectInterface) Reads data into the object, from an XML string  
        fromXmlElement (inherited from XmlObjectInterface) Reads data into the object, from a pre-parsed XML Document.  
        fromXmlFile (inherited from XmlObjectInterface) Reads XML data the object, from a file  
        fromXmlStream (inherited from XmlObjectInterface) Reads XML from a java stream.  
        noBanner (inherited from XmlObjectBase) (static) Allows the Liquid comment in the output XML to be removed.  
        remove Removes a given item from the collection  
        removeEventListener Removes the class in the list of objects that will be notified when the collection changes (Internal Use only).  
        register (inherited from XmlObjectBase) Registers the library - prevents the nag screens etc.  
        toXml (inherited from XmlObjectInterface) Turns the object into an XML string  
        toXmlFile (inherited from XmlObjectInterface) Turns the object into XML, and writes it to a file  
        toXmlStream (inherited from XmlObjectInterface) Turns the object into a XML (as a byte array)  
        validateCount Validates the number of items in the collection. Throws an exception if its invalid.