Package | Description |
---|---|
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 |
---|---|
RuleSet |
OSLSchema.getRuleSet(String id)
INTERNAL: Returns the rule set that has the given ID.
|
Modifier and Type | Method and Description |
---|---|
void |
OSLSchema.addRuleSet(RuleSet rule)
INTERNAL: Adds a RuleSet object to the schema.
|
protected void |
OSLSchemaWriter.export(RuleSet ruleset,
ContentHandler dh) |
void |
OSLSchema.removeRuleSet(RuleSet rule)
INTERNAL: Removes the rule set from this schema.
|