System.Xml.XmlNotation: Method Members

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

See Also: Inherited members from System.Xml.XmlNode

Public Methods

override
CloneNode(bool) : XmlNode

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

override
WriteContentTo(XmlWriter)

Saves the children of the node to the specified System.Xml.XmlWriter. This method has no effect on XmlNotation nodes.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter. This method has no effect on XmlNotation nodes.