XmlText Class
Represents the text content of an element or attribute.
Definition
Members Table
The following table lists the members exposed by the XmlText object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| AppendChild | Adds the specified node to the end of the list of child nodes, of this node. (Inherited from XmlNode) |
| Clone | Creates a duplicate of this node. (Inherited from XmlNode) |
| CloneNode | When overridden in a derived class, creates a duplicate of the node. (Inherited from XmlNode) |
| Dispose | Inherited from XmlNode. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetEnumerator | Provides support for the for each style iteration over the nodes in the XmlNode. (Inherited from XmlNode) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InsertAfter | Inserts the specified node immediately after the specified reference node. (Inherited from XmlNode) |
| InsertBefore | Inserts the specified node immediately before the specified reference node. (Inherited from XmlNode) |
| PrependChild | Adds the specified node to the beginning of the list of child nodes for this node. (Inherited from XmlNode) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| RemoveAll | Removes all the child nodes and/or attributes of the current node. (Inherited from XmlNode) |
| RemoveChild | Removes specified child node. (Inherited from XmlNode) |
| ReplaceChild | Replaces the child node oldChild with newChild node. (Inherited from XmlNode) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| this[] | Gets the first child element with the specified Name. (Inherited from XmlNode) |
Properties
Inheritance Hierarchy
Object
Class Information
| Namespace | System.Xml |
|---|
| Flash Library | System.XML.scl |
|---|
| Flash Library Version | 2.0.0.1690 |
|---|
| Silverlight Library | System.XML.dll |
|---|