org.tm4j.topicmap.TopicMapProviderBase .addTopicMap(java.io.InputStream srcStream,org.tm4j.net.Locator baseLocator)

Description

A convenience method returning the added TopicMap. See #addTopicMap(InputStream,Locator,TopicMap,Topic[],TopicMapBuilder) .

Parameters
org.tm4j.net.Locator baseLocator The base URL to assign to the generated topic map only if the parsed topic map does not have an xml:base attribute on its root element.
java.io.InputStream srcStream The InputStream of the data to be read.

Other Resources

Related Topics