System.Xml.XmlEntity: Method Members

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

See Also: Inherited members from System.Xml.XmlNode

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node. Entity nodes cannot be cloned. Calling this method on an System.Xml.XmlEntity object throws an exception.

override
WriteContentTo(XmlWriter)

Saves all the children of the node to the specified System.Xml.XmlWriter. For XmlEntity nodes, this method has no effect.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter. For XmlEntity nodes, this method has no effect.