public interface TopicMapWriterIF
net.ontopia.core.topicmaps.TopicMapReaderIF
,
net.ontopia.core.topicmaps.TopicMapImporterIF
Modifier and Type | Method and Description |
---|---|
void |
setAdditionalProperties(Map<String,Object> properties)
PUBLIC: set additional properties to the topic map writer.
|
void |
write(TopicMapIF source_topicmap)
PUBLIC: Writes the given topic map to an implicit implementation
dependent destination.
|
void write(TopicMapIF source_topicmap) throws IOException
source_topicmap
- The topic map to be exported/written;
an object implementing TopicMapIFIOException
- Thrown if writing the topic map fails.void setAdditionalProperties(Map<String,Object> properties)
properties
- Additional properties for the writer