|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TMObjectMatcherIF | |
---|---|
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. |
Uses of TMObjectMatcherIF in net.ontopia.topicmaps.schema.core |
---|
Methods in net.ontopia.topicmaps.schema.core with parameters of type TMObjectMatcherIF | |
---|---|
boolean |
TMObjectMatcherIF.equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter. |
Uses of TMObjectMatcherIF in net.ontopia.topicmaps.schema.impl.osl |
---|
Classes in net.ontopia.topicmaps.schema.impl.osl that implement TMObjectMatcherIF | |
---|---|
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. |
Fields in net.ontopia.topicmaps.schema.impl.osl declared as TMObjectMatcherIF | |
---|---|
protected TMObjectMatcherIF |
TypeSpecification.matcher
|
Methods in net.ontopia.topicmaps.schema.impl.osl that return TMObjectMatcherIF | |
---|---|
TMObjectMatcherIF |
TypeSpecification.getClassMatcher()
INTERNAL: Returns the matcher used to match the allowed type. |
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TMObjectMatcherIF | |
---|---|
void |
ScopeSpecification.addThemeMatcher(TMObjectMatcherIF matcher)
INTERNAL: Add a new allowed theme. |
boolean |
TypeSpecification.equals(TMObjectMatcherIF object)
|
boolean |
SubjectIndicatorMatcher.equals(TMObjectMatcherIF object)
|
boolean |
SourceLocatorMatcher.equals(TMObjectMatcherIF object)
|
boolean |
InternalTopicRefMatcher.equals(TMObjectMatcherIF object)
|
boolean |
AnyTopicMatcher.equals(TMObjectMatcherIF object)
|
protected void |
OSLSchemaWriter.export(TMObjectMatcherIF matcher,
org.xml.sax.DocumentHandler 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. |
Uses of TMObjectMatcherIF in net.ontopia.topicmaps.schema.utils |
---|
Methods in net.ontopia.topicmaps.schema.utils with parameters of type TMObjectMatcherIF | |
---|---|
protected java.lang.String |
HTMLValidationHandler.printMatcher(TMObjectMatcherIF matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |