|
|
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. |
|