|
||||||||||
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)
|
protected void |
SchemaValidator.validate(AssociationRoleIF role,
AssociationRoleConstraint constraint)
|
protected void |
SchemaValidator.validate(AssociationRoleIF role,
TopicRoleConstraint constraint)
|
protected void |
SchemaValidator.validate(OccurrenceIF occ,
OccurrenceConstraint constraint)
|
protected void |
SchemaValidator.validate(TMObjectIF container,
java.util.Collection constraints,
java.util.Collection objects)
|
protected void |
SchemaValidator.validate(TMObjectIF container,
java.util.Collection constraints,
java.util.Collection objects,
boolean strict)
|
protected void |
SchemaValidator.validate(TMObjectIF object,
ConstraintIF constraint)
|
void |
SchemaValidator.validate(TopicIF topic)
|
void |
SchemaValidator.validate(TopicMapIF topicmap)
|
protected void |
SchemaValidator.validate(TopicNameIF basename,
TopicNameConstraint constraint)
|
protected void |
SchemaValidator.validateScope(TMObjectIF container,
ScopedIF scoped,
ScopedConstraintIF constraint)
|
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 |