org.tm4j.topicmap.utils.XTMWriter .setExportImpliedIDs(boolean b)
Description
Sets the exportImpliedIDs option for the writer.
If this option is set to false, then IDs will only be generated for <topic>
elements. Otherwise, IDs will be generated for all elements in the exported XTM file which
are created to represent an object in the TopicMap being exported.
| Parameters | ||
|---|---|---|
| boolean | b | the new value for the exportImpliedIDs option |
Meta Data (2)
Deprecation Notice
:
from 0.9.0 use setProperty(OPTION_EXPORT_IMPLIED_IDS, String);
