Example usage for com.lowagie.text.html SAXmyHtmlHandler subclass-usage

List of usage examples for com.lowagie.text.html SAXmyHtmlHandler subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text.html SAXmyHtmlHandler subclass-usage.

Usage

From source file com.amphisoft.epub2pdf.content.XhtmlHandler.java

/**
 *
 * @author brendanl
 *
 */
public class XhtmlHandler extends SAXmyHtmlHandler implements LogEventPublisher {

From source file com.amphisoft.epub2pdf.content.XhtmlTocBookmarkProbe.java

/**
 * XHTML parser that simply notes the files and element id's encountered.
 * Intended to verify order of NCX TOC elements matches the order in which they will occur while parsing EPUB content files in the order specified by the OPF spine.
 * @author brendanl
 */
public class XhtmlTocBookmarkProbe extends SAXmyHtmlHandler {