Uses of Interface
org.tm4j.topicmap.utils.WalkerHandler

Packages that use WalkerHandler
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of WalkerHandler in org.tm4j.topicmap.utils
 

Subinterfaces of WalkerHandler in org.tm4j.topicmap.utils
 interface TopicMapWriter
          Extends the TopicMapHandler interface to provide a means for a SAX2 ContentHandler and ErrorHandler to be registered with the Walker.
 interface WalkerFilter
           
 

Classes in org.tm4j.topicmap.utils that implement WalkerHandler
 class InScopeWalkerFilter
          A WalkerFilter implementation that allows through only those ScopedObjects that are in a given context.
 class ScopeWalkerFilter
          A WalkerFilter implementation that filters out all scoped objects that do not match the specified predicate.
 class TypeInstanceAssociationFilter
          This filter will skip all associations which are an XTM TYPE-INSTANCE association and will skip the topics which are used to define that association type and the roles of that association type.
 class WalkerFilterAdapter
          A base implementation of the WalkerFilter interface.
 class WalkerHandlerAdapter
          A base class for WalkerHandler implementations.
 class XTMWriter
           
 

Fields in org.tm4j.topicmap.utils declared as WalkerHandler
protected  WalkerHandler WalkerFilterAdapter.m_handler
           
 

Methods in org.tm4j.topicmap.utils that return WalkerHandler
 WalkerHandler WalkerFilterAdapter.getHandler()
           
 WalkerHandler TopicMapWalker.getHandler()
           
 

Methods in org.tm4j.topicmap.utils with parameters of type WalkerHandler
 void WalkerFilter.setHandler(WalkerHandler handler)
           
 void WalkerFilterAdapter.setHandler(WalkerHandler h)
           
 void TopicMapWalker.setHandler(WalkerHandler h)