TXTextControl.ServerTextControl.GetXmlElements |
Returns a collection of XML elements. |
TXTextControl.ServerTextControl.OnXmlInvalid |
Raises the XmlInvalid event. |
TXTextControl.ServerTextControl.OnXmlNotWellFormed |
Raises the XmlNotWellFormed event. |
TXTextControl.XmlElement.AddChild |
Adds a new XML element as a sub-element of this element. |
TXTextControl.XmlElement.GetChildItem |
Returns an XML Element object that represents a child element of this element. |
TXTextControl.XmlElement.RemoveChild |
Removes an XML child element. |
TXTextControl.XmlElement.Select |
Selects the text of the XML element. |
TXTextControl.XmlElementCollection.Add |
Adds the specified XML element to the collection. |
TXTextControl.XmlElementCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.XmlElementCollection.GetEnumerator |
Returns an enumerator that can be used to iterate through the collection. |
TXTextControl.XmlElementCollection.GetItem |
Returns a particular XML element from the collection. |
TXTextControl.XmlElementCollection.Remove |
Removes an XML element from an XML document. |