Documentation Center

createProcessingInstruction

Description

Create a new processing instruction.

Syntax

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

Arguments

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

Return Value

XopusProcessingInstruction . The new processing instruction.