|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaViolationException | |
|---|---|
| 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 SchemaViolationException in net.ontopia.topicmaps.schema.core |
|---|
| Methods in net.ontopia.topicmaps.schema.core that throw SchemaViolationException | |
|---|---|
void |
SchemaValidatorIF.validate(AssociationIF association)
PUBLIC: Validates an association against the schema. |
void |
SchemaValidatorIF.validate(TopicIF topic)
PUBLIC: Validates a topic against the schema. |
void |
SchemaValidatorIF.validate(TopicMapIF topicmap)
PUBLIC: Validates a topic map against the schema. |
void |
ValidationHandlerIF.violation(java.lang.String message,
TMObjectIF container,
java.lang.Object offender,
ConstraintIF constraint)
PUBLIC: Called when violations of the schema are discovered. |
| Uses of SchemaViolationException in net.ontopia.topicmaps.schema.impl.osl |
|---|
| Methods in net.ontopia.topicmaps.schema.impl.osl that throw SchemaViolationException | |
|---|---|
void |
SchemaValidator.validate(AssociationIF association)
|
void |
SchemaValidator.validate(TopicIF topic)
|
void |
SchemaValidator.validate(TopicMapIF topicmap)
|
| Uses of SchemaViolationException in net.ontopia.topicmaps.schema.utils |
|---|
| Methods in net.ontopia.topicmaps.schema.utils that throw SchemaViolationException | |
|---|---|
void |
HTMLValidationHandler.violation(java.lang.String message,
TMObjectIF container,
java.lang.Object offender,
ConstraintIF constraint)
|
void |
ExceptionValidationHandler.violation(java.lang.String message,
TMObjectIF container,
java.lang.Object offender,
ConstraintIF constraint)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||