The members of System.Xml.XmlProcessingInstruction are listed below.
See Also: Inherited members from System.Xml.XmlLinkedNode
Initializes a new instance of the System.Xml.XmlProcessingInstruction class. |
Data | string.
Gets or sets the content of the processing instruction, excluding the target. | |
override | InnerText | string.
Gets or sets the concatenated values of the node and all its children. |
[read-only] override | LocalName | string.
Gets the local name of the node. |
[read-only] override | Name | string.
Gets the qualified name of the node. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] | Target | string.
Gets the target of the processing instruction. |
override | Value | string.
Gets or sets the value of the node. |
override | CloneNode(bool)
| |
override | WriteContentTo(XmlWriter)
| |
override | WriteTo(XmlWriter)
|