176177178179180181182183184185186
{ if (unit instanceof IMXMLInstructionData) { if (unit.getStart() > 0) { ICompilerProblem problem = new MXMLXMLProcessingInstructionLocationProblem(unit); builder.addProblem(problem); } } else if (unit instanceof IMXMLTagData) {