RethrowingParserErrorHandler ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An org.xml.sax.ErrorHandler that throws errors and fatalErrors when they are reported.
Inheritance Hierarchy

System Object
  Object
    com.deltaxml.core RethrowingParserErrorHandler

Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public class RethrowingParserErrorHandler : Object, 
	ErrorHandler
Remarks

An org.xml.sax.ErrorHandler that throws errors and fatalErrors when they are reported. Warnings are ignored.
See Also