| Members | Description | |||
| clone (inherited from XmlObjectInterface) | Creates a 'deep' copy of the object | |||
| fromXml (inherited from XmlObjectInterface) | Reads data into the object, from an XML string | |||
| fromXmlFile (inherited from XmlObjectInterface) | Reads XML data the object, from a file | |||
| fromXmlElement (inherited from XmlObjectInterface) | Reads data into the object, from a pre-parsed XML Document. | |||
| getBase (inherited from XmlObjectInterface) | Gets the XmlObjectBase that all XML objects must derive from. | |||
| getName | Gets the name of this attribute | |||
| getNamespace | Gets the namespace that this attribute is a part of | |||
| getTargetNamespace (inherited from XmlObjectInterface) | Gets the target namespace for the current XML document | |||
| getValue | Sets the value associated with this attribute | |||
| noBanner(inherited from XmlObjectBase) | (static) Allows the Liquid comment in the output XML to be removed. | |||
| onEvent (inherited from XmlObjectBase) | Internal signalling Mechnaisum (Internal Use only). | |||
| setName | Sets the name of this attribute | |||
| setNamespace | Sets the namespace that this attribute is a part of | |||
| setValue | Sets the value associated with this attribute | |||
| 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) |