| java.lang.Object com.nabhinc.portal.config.impl.runtime.ValidationContext
ValidationContext | class ValidationContext (Code) | | Maintains information that needs to be stored across
validations of multiple objects.
Specifically, this object is responsible for:
- detecting a cycle in a content tree by keeping track of
objects that were validated.
- keeping an instance of NamespaceContextImpl, which is
shared by all MSVValidators.
- keeping a reference to
ValidationErrorHandler .
MSVValidators should use this error handler to report any error.
|
reconcileIDs | protected void reconcileIDs() throws SAXException(Code) | | Tests if all IDREFs have corresponding IDs.
|
reportEvent | public void reportEvent(ValidatableObject source, String formattedMessage) throws AbortSerializationException(Code) | | Reports an error to the application.
|
reportEvent | public void reportEvent(ValidatableObject source, Exception nestedException) throws AbortSerializationException(Code) | | Reports an error to the client.
This version should be used when an exception is thrown from sub-modules.
|
|
|