org.apache.xerces.impl.xs

Class XMLSchemaValidator.XSIErrorReporter

protected final class XMLSchemaValidator.XSIErrorReporter extends Object

A wrapper of the standard error reporter. We'll store all schema errors in this wrapper object, so that we can get all errors (error codes) of a specific element. This is useful for PSVI.
Method Summary
String[]mergeContext()
String[]popContext()
voidpushContext()
voidreportError(String domain, String key, Object[] arguments, short severity)
voidreportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)
voidreset(XMLErrorReporter errorReporter)

Method Detail

mergeContext

public String[] mergeContext()

popContext

public String[] popContext()

pushContext

public void pushContext()

reportError

public void reportError(String domain, String key, Object[] arguments, short severity)

reportError

public void reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)

reset

public void reset(XMLErrorReporter errorReporter)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.