public interface TopicMapFragmentWriterIF
| Modifier and Type | Method and Description |
|---|---|
void |
endTopicMap()
PUBLIC: Ends the fragment.
|
void |
exportAll(Iterator<TopicIF> it)
PUBLIC: Exports all the topics returned by the iterator, and
wraps them with startTopicMap() and endTopicMap() calls.
|
void |
exportTopic(TopicIF topic)
PUBLIC: Exports the given topic.
|
void |
exportTopics(Iterator<TopicIF> it)
PUBLIC: Exports all the topics returned by the iterator.
|
void |
startTopicMap()
PUBLIC: Starts the fragment.
|
void startTopicMap()
throws IOException
IOExceptionvoid exportAll(Iterator<TopicIF> it) throws IOException
IOExceptionvoid exportTopics(Iterator<TopicIF> it) throws IOException
IOExceptionvoid exportTopic(TopicIF topic) throws IOException
IOExceptionvoid endTopicMap()
throws IOException
IOException