org.tm4j.topicmap.utils.XTMWriter .setWriteAsFragment(boolean asFragment)

Description

Sets whether or not the topic map should be written as an XML fragment. If true then no startDocument() or endDocument() events will be generated.

Parameters
boolean asFragment true to write the topic map as an XML fragment, false to write the topic map as a separate document.

Other Resources

Related Topics

Has Parameters