org.tm4j.topicmap.TopicMapProvider .getTopicMapBuilder(java.lang.String notation)

Description

Returns a TopicMapBuilder for building topic maps for the specified notation.

Parameters
java.lang.String notation the name of the notation that the returned TopicMapBuilder must support. Values of 'xtm' and 'ltm' are supported by this distribution of TM4J.

Returns

a TopicMapBuilder implementation capable of parsing files of the specified notation or null if no such TopicMapBuilder can be found for this TopicMapProvider

Other Resources

Related Topics

Has Parameters