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 |
---|---|
void |
SchemaValidatorIF.validate(AssociationIF association)
Deprecated.
PUBLIC: Validates an association against the schema.
|
void |
SchemaValidatorIF.validate(TopicIF topic)
Deprecated.
PUBLIC: Validates a topic against the schema.
|
void |
SchemaValidatorIF.validate(TopicMapIF topicmap)
Deprecated.
PUBLIC: Validates a topic map against the schema.
|
void |
ValidationHandlerIF.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint)
Deprecated.
PUBLIC: Called when violations of the schema are discovered.
|
Modifier and Type | Method and Description |
---|---|
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,
Collection constraints,
Collection objects) |
protected void |
SchemaValidator.validate(TMObjectIF container,
Collection constraints,
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) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionValidationHandler.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint) |
void |
HTMLValidationHandler.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint) |