org.tm4j.topicmap.utils .WalkerFilterAdapter

Description

A base implementation of the WalkerFilter interface. This class does nothing except for passing WalkerHandler events on to the next handler in the chain. Use this as a base class for your implementations of the WalkerFilter interface.

Inheritance Hierarchy

Field Summary
m_handler
Method Summary
void endAssociation(org.tm4j.topicmap.Association assoc)
void endBaseName(org.tm4j.topicmap.BaseName name)
void endMember(org.tm4j.topicmap.Member member)
void endOccurrence(org.tm4j.topicmap.Occurrence occ)
void endScope()
void endTopic(org.tm4j.topicmap.Topic topic)
void endTopicMap(org.tm4j.topicmap.TopicMap tm)
void endVariant(org.tm4j.topicmap.Variant var)
WalkerHandler getHandler()
void onParameter(org.tm4j.topicmap.Topic param)
void onPlayer(org.tm4j.topicmap.Topic player)
void onRoleSpec(org.tm4j.topicmap.Topic roleSpec)
void onSubject(org.tm4j.net.Locator subject)
void onSubjectIndicator(org.tm4j.net.Locator subjectIndicator)
void onTheme(org.tm4j.topicmap.Topic theme)
void onType(org.tm4j.topicmap.Topic type)
void onVariantName(org.tm4j.topicmap.VariantName varName)
void setHandler(org.tm4j.topicmap.utils.WalkerHandler h)
void startAssociation(org.tm4j.topicmap.Association assoc)
void startBaseName(org.tm4j.topicmap.BaseName name)
void startMember(org.tm4j.topicmap.Member member)
void startOccurrence(org.tm4j.topicmap.Occurrence occ)
void startScope()
void startTopic(org.tm4j.topicmap.Topic topic)
void startTopicMap(org.tm4j.topicmap.TopicMap tm)
void startVariant(org.tm4j.topicmap.Variant var)