This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
Members | Description | |||
Clone (inherited from XmlObjectBase) |
Makes a complete copy of the given object |
|||
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 | |||
NoBanner (inherited from XmlObjectBase) | Static Turns of the output of the banner in the XML | |||
Name | The name of this attribute | |||
Namespace (inherited from XmlObjectInterface) | The namespace that this attribute is a part of | |||
OnChangeName | Event - Fired when the attributes name changes | |||
OnChangeNamespace | Event - Fired when the attributes namespace is changed. | |||
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 | |||
Value | The value associated with this attribute |