|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TopicMapFragmentWriterIF
PUBLIC: Implementations of this interface can export fragments of topic maps to some Topic Maps syntax given a collection of topics to include. Generally, the fragments will include all identifiers, types, names, occurrences, and associations of the topics.
| Method Summary | |
|---|---|
void |
endTopicMap()
PUBLIC: Ends the fragment. |
void |
exportAll(java.util.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(java.util.Iterator<TopicIF> it)
PUBLIC: Exports all the topics returned by the iterator. |
void |
startTopicMap()
PUBLIC: Starts the fragment. |
| Method Detail |
|---|
void startTopicMap()
throws java.io.IOException
java.io.IOException
void exportAll(java.util.Iterator<TopicIF> it)
throws java.io.IOException
java.io.IOException
void exportTopics(java.util.Iterator<TopicIF> it)
throws java.io.IOException
java.io.IOException
void exportTopic(TopicIF topic)
throws java.io.IOException
java.io.IOException
void endTopicMap()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||