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

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

Uses of TopicMapHandler in org.tm4j.topicmap.utils
 

Classes in org.tm4j.topicmap.utils that implement TopicMapHandler
 class XTMBuilder
          Implementation of the TopicMapBuilder interface which supports the parsing of topic map information from XML files conforming to the XTM 1.0 DTD and specification.
 

Constructors in org.tm4j.topicmap.utils with parameters of type TopicMapHandler
XTMParser(TopicMapHandler builder)