Saxon.Api

 

 

Saxon.Api

Class ErrorReporterWrapper


public class ErrorReporterWrapper
extends net.sf.saxon.lib.ErrorReporter

ErrorReporter wrapper class for internal use in Saxon.

Constructor Summary

ErrorReporterWrapper (IErrorReporter reporter)

Create a standard ErrorReporter

 

Property Summary

 IErrorReporter ErrorReporter

Get property on the wrapped IErrorReporter.

 

Method Summary

 void report(net.sf.saxon.s9api.XmlProcessingError xpe)

This method is called internally in Saxon to report an error by adding it to the error list.

 

Constructor Detail

ErrorReporterWrapper

public ErrorReporterWrapper(IErrorReporter reporter)

Create a standard ErrorReporter

Parameters:

reporter - The .NET IErrorReporter

Property Detail

ErrorReporter

public IErrorReporter ErrorReporter {get; }

Get property on the wrapped IErrorReporter.

Method Detail

report

public void report(net.sf.saxon.s9api.XmlProcessingError xpe)

This method is called internally in Saxon to report an error by adding it to the error list.

Parameters:

xpe - details of the error to be reported