Interface TopicMapFragmentWriterIF

All Known Implementing Classes:
RDFFragmentExporter, XTMTopicMapFragmentWriter

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.
Since:
5.1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    PUBLIC: Ends the fragment.
    void
    PUBLIC: Exports all the topics returned by the iterator, and wraps them with startTopicMap() and endTopicMap() calls.
    void
    PUBLIC: Exports the given topic.
    void
    PUBLIC: Exports all the topics returned by the iterator.
    void
    PUBLIC: Starts the fragment.