1980198119821983198419851986198719881989199019911992
} break; case XMLEvent.PROCESSING_INSTRUCTION : ProcessingInstruction procInstr = (ProcessingInstruction) xe; context.procinst( procInstr.getTarget(), procInstr.getData() ); if (lineNums) context.lineNumberAnnotation( xe ); break;