org.apache.xerces.impl.xs
Class XMLSchemaValidator.XSIErrorReporter
java.lang.Object
org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
- Enclosing class:
- XMLSchemaValidator
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSchemaValidator.XSIErrorReporter
protected XMLSchemaValidator.XSIErrorReporter()
reset
public void reset(XMLErrorReporter errorReporter)
pushContext
public void pushContext()
popContext
public String[] popContext()
mergeContext
public String[] mergeContext()
reportError
public void reportError(String domain,
String key,
Object[] arguments,
short severity)
throws XNIException
- Throws:
XNIException
reportError
public void reportError(XMLLocator location,
String domain,
String key,
Object[] arguments,
short severity)
throws XNIException
- Throws:
XNIException
Copyright © 2011. All Rights Reserved.