Method CreateProcessingInstruction
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
CreateProcessingInstruction(string, string)
Creates an XmlProcessingInstruction with the specified name and data.
public override XmlProcessingInstruction CreateProcessingInstruction(string target, string data)
Parameters
targetstringThe name of the processing instruction.
datastringThe data for the processing instruction.
Returns
- XmlProcessingInstruction
The new XmlProcessingInstruction.