Function Writer.writeProcessingInstruction
Outputs a processing instruction with the given target and data.
Prototype
void writeProcessingInstruction(
Cursor . StringType target,
Cursor . StringType data
);
Outputs a processing instruction with the given target and data.
void writeProcessingInstruction(
Cursor . StringType target,
Cursor . StringType data
);