
| Class | Description | |
| XmlElement | An instance of this class represents an element in a XML document. | |
| XmlElementCollection | An instance of this class contains all elements of an XML document that have the same element name. | |
| XmlErrorEventArgs | The XmlErrorEventArgs class provides data for the TextControl.XmlNotWellFormed and TextControl.XmlInvalid events. |
| Property | Description | |
| TextControl.XmlEditMode | Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD. | |
| WPF.TextControl.XmlEditMode | Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD. |
| Method | Description | |
| ServerTextControl.GetXmlElements | Returns a collection of XML elements. | |
| ServerTextControl.OnXmlInvalid | Raises the XmlInvalid event. | |
| ServerTextControl.OnXmlNotWellFormed | Raises the XmlNotWellFormed event. | |
| TextControl.GetXmlElements | Returns a collection of XML elements. | |
| TextControl.OnXmlInvalid | Raises the XmlInvalid event. | |
| TextControl.OnXmlNotWellFormed | Raises the XmlNotWellFormed event. | |
| WPF.TextControl.GetXmlElements | Returns a collection of XML elements. | |
| WPF.TextControl.OnXmlInvalid | Raises the XmlInvalid event. | |
| WPF.TextControl.OnXmlNotWellFormed | Raises the XmlNotWellFormed event. |
| Event | Description | |
| ServerTextControl.XmlInvalid | Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document. | |
| ServerTextControl.XmlNotWellFormed | Occurs when a loaded XML document is not well-formed. | |
| TextControl.XmlInvalid | Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document. | |
| TextControl.XmlNotWellFormed | Occurs when a loaded XML document is not well-formed. | |
| WPF.TextControl.XmlInvalid | Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document. | |
| WPF.TextControl.XmlNotWellFormed | Occurs when a loaded XML document is not well-formed. |