System.Xml.XmlProcessingInstruction: Method Members

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

See Also: Inherited members from System.Xml.XmlLinkedNode

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

override
WriteContentTo(XmlWriter)

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

override
WriteTo(XmlWriter)

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