Class LSPErrorReporterForXSD

  • All Implemented Interfaces:
    org.apache.xerces.xni.parser.XMLComponent

    public class LSPErrorReporterForXSD
    extends AbstractReferencedGrammarLSPErrorReporter
    The SAX ErrorHandler gives just information of the offset where there is an error. To improve highlight XML error, this class extends the Xerces XML reporter to catch location, key, arguments which is helpful to adjust the LSP range.