Class XmlToHtmlConverter

java.lang.Object
org.xml.sax.helpers.DefaultHandler
chemaxon.naming.document.annotate.XmlToHtmlConverter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

@PublicApi public class XmlToHtmlConverter extends DefaultHandler
This class implements the default conversion from XML to HTML.

Methods defined in the org.xml.sax.ContentHandler interface are called as the XML is parsed. Each of them can be overridden to change the HTML output.

The write(String) method can be used to write the HTML output.