public ProcessingInstruction createProcessingInstruction(String target, Map data) {
   return proxy.createProcessingInstruction(target, data);
 }