System.Xml.XmlText: Method Members

The methods of System.Xml.XmlText are listed below. For a list of all members, see the XmlText Members list.

See Also: Inherited members from System.Xml.XmlCharacterData

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

SplitText(int) : XmlText

Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.

override
WriteContentTo(XmlWriter)

Saves all the children of the node to the specified System.Xml.XmlWriter. XmlText nodes do not have children, so this method has no effect.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter.