org.tm4j.topicmap.utils .TopicMapWriter

Description

Extends the TopicMapHandler interface to provide a means for a SAX2 ContentHandler and ErrorHandler to be registered with the Walker.

Interfaces

Implementations of this interface

Method Summary
void setContentHandler(org.xml.sax.ContentHandler d)
Sets the SAX2 Content handler to receive XTM element start and end events.
void setErrorHandler(org.xml.sax.ErrorHandler e)
Sets the SAX2 ErrorHandler to receive notification of errors during the export of the topic map.