org.tm4j.topicmap.TopicMap .removeExternalRef(org.tm4j.net.Locator externalReference)

Description

Removes a resource from the list of external references of this topic map. Although this method is provided, applications wishing to maintain full XTM 1.0 Conformance should never call this method directly. Instead an external reference should be removed by calling TopicMapProvider#mergeTopicMap(TopicMap baseTopicMap, Locator externalTopicMap, Topic[] addedThemes)

Parameters
org.tm4j.net.Locator externalReference

Other Resources

Related Topics