Example usage for org.dom4j.io SAXContentHandler SAXContentHandler

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

Introduction

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

Prototype

public SAXContentHandler(DocumentFactory documentFactory) 

Source Link

Usage

From source file:com.sun.tools.xjc.runtime.Dom4jUnmarshallingEventHandler.java

License:Open Source License

public Dom4jUnmarshallingEventHandler(UnmarshallingContext _ctxt) throws SAXException {
    super(_ctxt, new SAXContentHandler(new DocumentFactory()));
}