protected final class

XMLSchemaValidator.XSIErrorReporter

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter

Class Overview

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.

Summary

Protected Constructors
XMLSchemaValidator.XSIErrorReporter()
Public Methods
String[] mergeContext()
String[] popContext()
void pushContext()
void reportError(String domain, String key, Object[] arguments, short severity)
void reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)
void reset(XMLErrorReporter errorReporter)
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected XMLSchemaValidator.XSIErrorReporter ()

Public Methods

public String[] mergeContext ()

public String[] popContext ()

public void pushContext ()

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

Throws
XNIException

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

Throws
XNIException

public void reset (XMLErrorReporter errorReporter)