Provide an instruction processor.
This is used for handling Processor Instructions as they are inserted. If omitted, PI's are inserted directly into the DOM tree.
InstructionProcessor $proc:
public function setInstructionProcessor(InstructionProcessor $proc) { $this->processor = $proc; }