|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationHandlerIF | |
---|---|
net.ontopia.topicmaps.schema.core | The core interfaces that are common to all schema language implementations. |
net.ontopia.topicmaps.schema.impl.osl | The classes and interfaces used to represent constructs in the Ontopia Schema Language. |
net.ontopia.topicmaps.schema.utils | Contains classes containing useful utilities that make working with schemas easier. |
Uses of ValidationHandlerIF in net.ontopia.topicmaps.schema.core |
---|
Methods in net.ontopia.topicmaps.schema.core that return ValidationHandlerIF | |
---|---|
ValidationHandlerIF |
SchemaValidatorIF.getValidationHandler()
PUBLIC: Returns the validation handler that violations are currently reported to. |
Methods in net.ontopia.topicmaps.schema.core with parameters of type ValidationHandlerIF | |
---|---|
void |
SchemaValidatorIF.setValidationHandler(ValidationHandlerIF handler)
PUBLIC: Sets the validation handler that violations of the schema will be reported to. |
Uses of ValidationHandlerIF in net.ontopia.topicmaps.schema.impl.osl |
---|
Fields in net.ontopia.topicmaps.schema.impl.osl declared as ValidationHandlerIF | |
---|---|
protected ValidationHandlerIF |
SchemaValidator.handler
|
Methods in net.ontopia.topicmaps.schema.impl.osl that return ValidationHandlerIF | |
---|---|
ValidationHandlerIF |
SchemaValidator.getValidationHandler()
|
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type ValidationHandlerIF | |
---|---|
void |
SchemaValidator.setValidationHandler(ValidationHandlerIF handler)
|
Uses of ValidationHandlerIF in net.ontopia.topicmaps.schema.utils |
---|
Classes in net.ontopia.topicmaps.schema.utils that implement ValidationHandlerIF | |
---|---|
class |
ExceptionValidationHandler
PUBLIC: Validation handler implementation which throws an exception on every schema violation. |
class |
HTMLValidationHandler
INTERNAL: Validation handler that writes error reports (using some HTML markup) on each violation out to the given Writer. |
class |
TextValidationHandler
PUBLIC: Validation handler that writes error reports on each violation out to the given PrintStream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |