Uses of Class
org.tm4j.topicmap.DuplicateResourceLocatorException

Packages that use DuplicateResourceLocatorException
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of DuplicateResourceLocatorException in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that throw DuplicateResourceLocatorException
 Member Association.createMember(java.lang.String id, Locator resourceLoc, Topic roleSpec, java.util.Collection players)
          Creates a new Member and adds it to this Association.
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 void TopicMapObject.setID(java.lang.String id)
          Sets the object ID of the TopicMapObject.
 void TopicMapObject.setResourceLocator(Locator loc)
          Deprecated. From 0.9.0 use TopicMapObject.addSourceLocator(Locator)
 void TopicMapObject.addSourceLocator(Locator loc)
          Adds a locator to the set of locators of the XML or other resources which contributed to this topic map object.
 Association TopicMap.createAssociation(java.lang.String id, Locator resourceLocator, Topic type, Topic[] themes)
          Creates a new Association in this topic map
 

Uses of DuplicateResourceLocatorException in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that throw DuplicateResourceLocatorException
 Member UnifiedAssociation.createMember(java.lang.String id, Locator resourceLoc, Topic roleSpec, java.util.Collection players)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 Association UnifiedTopicMap.createAssociation(java.lang.String id, Locator resourceLocator, Topic type, Topic[] themes)
           
 

Uses of DuplicateResourceLocatorException in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils that throw DuplicateResourceLocatorException
 void LTMParser.topicmapid()
           
protected  void XTMBuilder.setResourceID(TopicMapObject tmo, java.lang.String id)