Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValidationHandlerIF |
SchemaValidatorIF.getValidationHandler()
Deprecated.
PUBLIC: Returns the validation handler that violations are
currently reported to.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidatorIF.setValidationHandler(ValidationHandlerIF handler)
Deprecated.
PUBLIC: Sets the validation handler that violations of the
schema will be reported to.
|
Modifier and Type | Field and Description |
---|---|
protected ValidationHandlerIF |
SchemaValidator.handler |
Modifier and Type | Method and Description |
---|---|
ValidationHandlerIF |
SchemaValidator.getValidationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidator.setValidationHandler(ValidationHandlerIF handler) |
Modifier and Type | Class and Description |
---|---|
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.
|