|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicClass | |
---|---|
net.ontopia.topicmaps.schema.impl.osl | The classes and interfaces used to represent constructs in the Ontopia Schema Language. |
Uses of TopicClass in net.ontopia.topicmaps.schema.impl.osl |
---|
Fields in net.ontopia.topicmaps.schema.impl.osl declared as TopicClass | |
---|---|
protected TopicClass |
TopicClass.superclass
|
Methods in net.ontopia.topicmaps.schema.impl.osl that return TopicClass | |
---|---|
TopicClass |
TopicClass.getSuperclass()
INTERNAL: Returns the superclass of this class. |
protected TopicClass |
OSLSchemaContentHandler.getTopicClass()
|
TopicClass |
OSLSchema.getTopicClass(java.lang.String id)
INTERNAL: Returns the topic class that has the given ID. |
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TopicClass | |
---|---|
void |
OSLSchema.addTopicClass(TopicClass topicClass)
INTERNAL: Adds a TopicClass object to the schema. |
protected void |
OSLSchemaWriter.export(TopicClass klass,
org.xml.sax.DocumentHandler dh)
|
protected TopicIF |
SchemaValidator.getTopic(TopicClass klass,
TopicMapIF tm)
|
void |
OSLSchema.removeTopicClass(TopicClass topicClass)
INTERNAL: Removes the topic class from this schema. |
void |
TopicClass.setSuperclass(TopicClass superclass)
INTERNAL: Sets the superclass of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |