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 |
---|---|
SchemaIF |
SchemaReaderIF.read()
Deprecated.
PUBLIC: Reads the schema from the data source and returns the
object structure.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaWriterIF.write(SchemaIF schema)
Deprecated.
PUBLIC: Writes the schema.
|
Modifier and Type | Class and Description |
---|---|
class |
OSLSchema
PUBLIC: Represents an entire OSL schema.
|
Modifier and Type | Method and Description |
---|---|
SchemaIF |
OSLSchemaReader.read() |
Modifier and Type | Method and Description |
---|---|
void |
OSLSchemaWriter.write(SchemaIF schema)
PUBLIC: Writes the schema.
|