Table of Contents

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

target string

The name of the processing instruction.

data string

The data for the processing instruction.

Returns

XmlProcessingInstruction

The new XmlProcessingInstruction.