| This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
| Members | Description | |||
| Attributes | A collection of all the Attributes that this element contains | |||
| ChildElements | A collection of all the child elements owned by this element | |||
| Clone (inherited from XmlObjectBase) |
Makes a complete copy of the given object |
|||
| Element | Constructor | |||
| Equals (inherited from XmlObjectBase) | Performs a deep comparison of all the properties within the object (and their children) | |||
| FromXml (inherited from XmlObjectInterface) | Reads XML data from a string | |||
| FromXmlElement (inherited from XmlObjectInterface) | Reads XML data from an XML element | |||
| FromXmlFile (inherited from XmlObjectInterface) | Reads XML data from a file | |||
| FromXmlStream (inherited from XmlObjectInterface) | Reads XML data from a stream | |||
| GetBase (inherited from XmlObjectInterface) | Gets the XmlObjectBase that all XML objects must derive from. | |||
| GetElementName (inherited from XmlObjectBase) | Gets the name of an element that this class represents | |||
| Name | The name of the element | |||
| Namespace (inherited from XmlObjectInterface) | The namespace the element belongs to | |||
| NoBanner (inherited from XmlObjectBase) | Static Turns of the output of the banner in the XML | |||
| OnChangeName | Event - Fired when the elements name is changed | |||
| OnChangeNamespace | Event - Fired when the elements namespace is changed | |||
| Text | Returns the elements text | |||
| 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 XML in the form of a binary stream of bytes | |||