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.
|
net.ontopia.topicmaps.schema.utils |
Contains classes containing useful utilities that make working with
schemas easier.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TMObjectMatcherIF.equals(TMObjectMatcherIF object)
Deprecated.
INTERNAL: Returns true if this object equals the given parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyTopicMatcher
INTERNAL: An object matcher that matches any object.
|
class |
InternalTopicRefMatcher
INTERNAL: A topic matcher that matches topics by their source
locators.
|
class |
SourceLocatorMatcher
INTERNAL: Object matcher that matches objects by their source locators.
|
class |
SubjectIndicatorMatcher
INTERNAL: Matches topics by their subject indicators.
|
class |
TypeSpecification
INTERNAL: Represents the allowed type of a topic map object.
|
Modifier and Type | Field and Description |
---|---|
protected TMObjectMatcherIF |
TypeSpecification.matcher |
Modifier and Type | Method and Description |
---|---|
TMObjectMatcherIF |
TypeSpecification.getClassMatcher()
INTERNAL: Returns the matcher used to match the allowed type.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeSpecification.addThemeMatcher(TMObjectMatcherIF matcher)
INTERNAL: Add a new allowed theme.
|
boolean |
AnyTopicMatcher.equals(TMObjectMatcherIF object) |
boolean |
TypeSpecification.equals(TMObjectMatcherIF object) |
boolean |
SourceLocatorMatcher.equals(TMObjectMatcherIF object) |
boolean |
SubjectIndicatorMatcher.equals(TMObjectMatcherIF object) |
boolean |
InternalTopicRefMatcher.equals(TMObjectMatcherIF object) |
protected void |
OSLSchemaWriter.export(TMObjectMatcherIF matcher,
ContentHandler dh) |
void |
ScopeSpecification.removeThemeMatcher(TMObjectMatcherIF matcher)
INTERNAL: Removes a topic matcher from the set of allowed themes.
|
void |
TypeSpecification.setClassMatcher(TMObjectMatcherIF matcher)
INTERNAL: Sets the object used to match the type.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTMLValidationHandler.printMatcher(TMObjectMatcherIF matcher) |