Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / Java Primitive Collection Class
In This Topic
    Java Primitive Collection Class
    In This Topic
    Primitive Collection Class
    A collection of Primitive Types.

    Collection Class Contained type
    Base64BinaryCol BinaryData
    BooleanCol boolean
    DateCol com.liquid_technologies.ltxmllib20.DateTime
    DatetimeCol com.liquid_technologies.ltxmllib20.DateTime
    DayCol com.liquid_technologies.ltxmllib20.DateTime
    DecimalCol java.math.BigDecimal
    DurationCol com.liquid_technologies.ltxmllib20.Duration
    HexBinaryCol com.liquid_technologies.ltxmllib20.BinaryData
    I1Col byte
    I2Col short
    I4Col int
    I8Col long
    IntegerCol java.math.BigInteger
    MonthCol com.liquid_technologies.ltxmllib20.DateTime
    MonthDayCol com.liquid_technologies.ltxmllib20.DateTime
    R4Col float
    R8Col double
    StringCol java.lang.String
    TimeCol com.liquid_technologies.ltxmllib20.DateTime
    Ui1Col short
    Ui2Col int
    Ui4Col long
    Ui8Col long
    YearCol com.liquid_technologies.ltxmllib20.DateTime
    YearMonthCol com.liquid_technologies.ltxmllib20.DateTime

    Base Classes: XmlCollectionBase
    Implemented interfaces:
      Members Description  
        add Adds an item to the collection  
        addEventListener (inherited from XmlCollectionBase) Includes the class in the list of objects that will be notified when the collection changes (Internal Use only).  
        clear (inherited from XmlCollectionBase) Removes all items from the collection  
        clone (inherited from XmlObjectInterface) Creates a 'deep' copy of the object  
        Constructor Initilises the class  
        count (inherited from XmlCollectionBase) The number of items in the collection  
        get (inherited from XmlCollectionBase) Gets an item from the collection at a given index  
        getBase (inherited from XmlObjectInterface) Gets the XmlObjectBase that all XML objects must derive from.  
        getItem Gets an item from the collection at a given index (strongly Typed)  
        getIterator (inherited from XmlCollectionBase) Gets an iterator that allows the class to be enumerated  
        getMaxOccurs (inherited from XmlCollectionBase) Gets the maximum number of elements that can be contained within the collection  
        getMinOccurs (inherited from XmlCollectionBase) 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 (inherited from XmlCollectionBase) Removes a given item from the collection  
        removeEventListener (inherited from XmlCollectionBase) Remvoes 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 (inherited from XmlCollectionBase) Validates the number of items in the collection. Throws an exception if its invalid.