org.tm4j.topicmap.TopicMapFactoryBase .copy(org.tm4j.topicmap.VariantName src,org.tm4j.topicmap.Variant destParent,boolean deep,java.lang.String idPrefix,java.lang.String idSuffix)

Parameters
boolean deep whether or not to do a deep copy.
org.tm4j.topicmap.Association destParent
java.lang.String idPrefix A string prefix for prepending to the ID property of all copied objects.
java.lang.String idSuffix A string for appending to the ID property of all copied objects.
org.tm4j.topicmap.TopicMap src The TopicMap to be copied.

Other Resources