Uses of Package
org.tm4j.topicmap.utils

Packages that use org.tm4j.topicmap.utils
org.tm4j.tolog DEPRECATED 
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.source Provides an abstract representation sources of TopicMaps and an implementation for serialized TopicMaps 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Classes in org.tm4j.topicmap.utils used by org.tm4j.tolog
TopicMapFragment
          Encapsulates an algorithm for extracting a subset of topic map constructs from a source topic map and adding them to a destination topic map.
 

Classes in org.tm4j.topicmap.utils used by org.tm4j.topicmap
TopicMapBuilder
          The interface for a process which parses a topic map in a specific syntax and creates TopicMapObjects from it.
 

Classes in org.tm4j.topicmap.utils used by org.tm4j.topicmap.source
TopicMapBuilder
          The interface for a process which parses a topic map in a specific syntax and creates TopicMapObjects from it.
 

Classes in org.tm4j.topicmap.utils used by org.tm4j.topicmap.utils
BuilderPropertyInvalidException
          Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation to a value which is not allowed for that property by the implementation.
BuilderPropertyNotRecognizedException
          Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation using a property name that is not recognised by that implementation.
ConfigurableListener
           
HelperBase
          Abstract base class for bean-like helper classes.
IDGenerator
          The interface for a pseudo-unique identifier generator.
IDMappingStrategy
          This strategy interface is used by the TopicMapCopier object to determine how to map an ID value for a source object to the ID value to be assigned to the copied object.
LTMParserTokenTypes
           
ScopeWalkerFilter
          A WalkerFilter implementation that filters out all scoped objects that do not match the specified predicate.
TopicMapBuilder
          The interface for a process which parses a topic map in a specific syntax and creates TopicMapObjects from it.
TopicMapCopier
          Encapsulates an algorithm for copying topics and associations between topic maps while ensuring that copied references do not result in multiple topic copies.
TopicMapHandler
           
TopicMapWriter
          Extends the TopicMapHandler interface to provide a means for a SAX2 ContentHandler and ErrorHandler to be registered with the Walker.
WalkerFilter
           
WalkerFilterAdapter
          A base implementation of the WalkerFilter interface.
WalkerHandler
           
WriterPropertyNotRecognizedException