createProcessingInstruction

Create a new processing instruction.


XopusDocument.createProcessingInstruction( target : String,  value : String) : XopusProcessingInstruction

Arguments

target
String. The processing instruction target.
value
String. The value.

Return Value

XopusProcessingInstruction