| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaValidatorIF |
SchemaIF.getValidator()
Deprecated.
PUBLIC: Returns a validator object that can be used to validate
topic map objects against the schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaValidator
INTERNAL: A schema validator that can be used to validate topic map
constructs against an OSL schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaValidatorIF |
OSLSchema.validator |
| Modifier and Type | Method and Description |
|---|---|
SchemaValidatorIF |
OSLSchema.getValidator() |