public final class XTM21TopicMapWriter extends XTMTopicMapWriter
add_ids, export_srclocs, filter, out, PROPERTY_ADD_IDS, PROPERTY_EXPORT_SOURCE_LOCATORS, PROPERTY_FILTER, PROPERTY_VERSION, writer
Constructor and Description |
---|
XTM21TopicMapWriter(File file) |
XTM21TopicMapWriter(File file,
String encoding) |
XTM21TopicMapWriter(OutputStream stream,
String encoding) |
XTM21TopicMapWriter(Writer writer,
String encoding)
PUBLIC: Creates a writer which writes to the given writer and
claims that the file is in the given encoding.
|
Modifier and Type | Method and Description |
---|---|
protected XTMVersion |
getVersion()
Returns the XTM version of the derived class.
|
getAddIds, getExportSourceLocators, setAddIds, setAdditionalProperties, setExportSourceLocators, setFilter, setVersion, write
public XTM21TopicMapWriter(File file) throws IOException
IOException
public XTM21TopicMapWriter(File file, String encoding) throws IOException
IOException
public XTM21TopicMapWriter(OutputStream stream, String encoding) throws IOException, UnsupportedEncodingException
public XTM21TopicMapWriter(Writer writer, String encoding) throws IOException
IOException
protected XTMVersion getVersion()