net.ontopia.topicmaps.core
Interface TopicMapImporterIF

All Known Implementing Classes:
AbstractTopicMapReader, CTMTopicMapReader, JTMTopicMapReader, LTMTopicMapReader, RDFTopicMapReader, TMXMLReader, XFMLTopicMapReader, XTMTopicMapReader

public interface TopicMapImporterIF

PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.

See Also:
net.ontopia.core.topicmaps.TopicMapReaderIF , net.ontopia.core.topicmaps.TopicMapWriterIF

Method Summary
 void importInto(TopicMapIF topicmap)
          PUBLIC: Imports an implicitly designated topic map into the given topic map.
 

Method Detail

importInto

void importInto(TopicMapIF topicmap)
                throws java.io.IOException
PUBLIC: Imports an implicitly designated topic map into the given topic map.

Parameters:
topicmap - The topic map into which the import will be done; an object implementing TopicMapIF.
Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.