org.tm4j.panckoucke.impl.store.PanckouckeStore .openTopicMap(java.lang.String src,org.tm4j.panckoucke.impl.store.ProviderReferenceImpl p,java.lang.String topicmapBuilderClass)

Description

loads a Topicmap from the local filesystem or from an url into the given TopicmapProvider.

Parameters
org.tm4j.panckoucke.impl.store.ProviderReferenceImpl p the Provider that shall hold the parsed topicmap
java.lang.String src the source of the Topicmap, either as a reference to a file or as an URL
java.lang.String topicmapBuilderClass the class of the TopicMapBuilder, that shall be used to parse the TopicMap

Returns

a Reference to the TopicMap which will be loaded in the future

Other Resources