|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaIF | |
|---|---|
| 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. |
| Uses of SchemaIF in net.ontopia.topicmaps.schema.core |
|---|
| Methods in net.ontopia.topicmaps.schema.core that return SchemaIF | |
|---|---|
SchemaIF |
SchemaReaderIF.read()
PUBLIC: Reads the schema from the data source and returns the object structure. |
| Methods in net.ontopia.topicmaps.schema.core with parameters of type SchemaIF | |
|---|---|
void |
SchemaWriterIF.write(SchemaIF schema)
PUBLIC: Writes the schema. |
| Uses of SchemaIF in net.ontopia.topicmaps.schema.impl.osl |
|---|
| Classes in net.ontopia.topicmaps.schema.impl.osl that implement SchemaIF | |
|---|---|
class |
OSLSchema
PUBLIC: Represents an entire OSL schema. |
| Methods in net.ontopia.topicmaps.schema.impl.osl that return SchemaIF | |
|---|---|
SchemaIF |
OSLSchemaReader.read()
|
| Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type SchemaIF | |
|---|---|
void |
OSLSchemaWriter.write(SchemaIF schema)
PUBLIC: Writes the schema. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||