Example usage for org.dom4j.io SAXContentHandler subclass-usage

List of usage examples for org.dom4j.io SAXContentHandler subclass-usage

Introduction

In this page you can find the example usage for org.dom4j.io SAXContentHandler subclass-usage.

Usage

From source file com.arc.xml.XmlProcessor.java

class MySAXContentHandler extends SAXContentHandler {

    MySAXContentHandler(MyDocumentFactory factory) {
        super(factory);
        mFactory = factory;
    }

From source file com.nokia.helium.ant.data.SAXContentHandlerExt.java

/**
 * An extension of SAXContentHandler that allows the Locator to be accessed.
 */
public class SAXContentHandlerExt extends SAXContentHandler {
    private Locator locator;

From source file com.sun.tools.xjc.reader.dtd.bindinfo.SAXContentHandlerEx.java

/**
 * dom4j SAXReader with an extension that
 * adds source location information as attributes.
 * 
 * <p>
 * Added location information can be retrieved by calling

From source file org.orbeon.oxf.xml.dom4j.NonLazySAXContentHandler.java

/**
 * @see NonLazyUserDataElement
 */
public class NonLazySAXContentHandler extends SAXContentHandler implements XMLReceiver {

    public NonLazySAXContentHandler() {