org.tm4j.topicmap.utils .WalkerHandlerAdapter

Description

A base class for WalkerHandler implementations. This class provides a default do-nothing implementation of each of the WalkerHandler methods.

Inheritance Hierarchy

Interfaces

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)
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 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)