Example usage for org.xml.sax.helpers DefaultHandler subclass-usage

List of usage examples for org.xml.sax.helpers DefaultHandler subclass-usage

Introduction

In this page you can find the example usage for org.xml.sax.helpers DefaultHandler subclass-usage.

Usage

From source file net.yacy.document.parser.xml.OOXMLSharedStringsHandler.java

/**
 * SAX handler for Office Open XML SpreadSheet xl/sharedStrings.xml files.
 * 
 * @author luccioman
 * @see <a href=
 *      "http://www.ecma-international.org/publications/standards/Ecma-376.htm">Ecma

From source file importer.handler.post.annotate.HTMLConverter.java

/**
 * Convert standard Harpur XML to HTML
 * @author desmond
 */
public class HTMLConverter extends DefaultHandler {
    StringBuilder body;

From source file com.spoledge.util.xml.XMLValidatorInstance.java

/**
 * A simple XML validator.
 *
 * @author <a href="mailto:vaclav.bartacek@spolecne.cz">Vaclav Bartacek</a>
 */
public class XMLValidatorInstance extends DefaultHandler {

From source file org.apache.fop.render.pdf.extensions.PDFExtensionHandler.java

/**
 * ContentHandler (parser) for restoring PDF extension objects from XML.
 */
public class PDFExtensionHandler extends DefaultHandler implements ContentHandlerFactory.ObjectSource {

    /** Logger instance */

From source file org.yawlfoundation.yawl.unmarshal.YawlXMLSpecificationValidator.java

/**
 * Validates a specification XML against its appropriate schema.
 * 
 * @author Lachlan Aldred
 * @author Michael Adams (updated for 2.1)
 * 

From source file com.webcohesion.ofx4j.io.tagsoup.TagSoupHandler.java

/**
 * Handler for TagSoup-created parse events. <em>Note that this handler makes a VITAL assumption: that OFX aggregates DO NOT contain any non-whitespace
 * character data. If this ever changes in a future OFX spec, this parser will no longer be valid. This is because the start element of the aggregate
 * will be assigned a value of the character data and processed as an OFX element.</em>
 *
 * @author Ryan Heaton

From source file org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler.java

/**
 * A SAX Handler which handles for the action element in mergepoints.
 *
 */
public abstract class ActionSaxHandler extends DefaultHandler {
    /** The logger of the class. */

From source file org.wetorrent.upnp.GatewayDeviceHandler.java

/**
 * 
 * @author casta
 */
public class GatewayDeviceHandler extends DefaultHandler {

From source file com.humingo.util.HtmlContentHandler.java

public class HtmlContentHandler extends DefaultHandler {

    private final int MAX_ANCHOR_LENGTH = 100;

    private enum Element {
        A, AREA, LINK, IFRAME, FRAME, EMBED, IMG, BASE, META, BODY

From source file org.apache.fop.render.ps.extensions.PSExtensionHandler.java

/**
 * ContentHandler (parser) for restoring PSExtension objects from XML.
 */
public class PSExtensionHandler extends DefaultHandler implements ContentHandlerFactory.ObjectSource {

    /** Logger instance */