/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j;
/**
* <p>
* <code>ElementHandler</code> interface defines a handler of
* <code>Element</code> objects. It is used primarily in event based processing
* models such as for processing large XML documents as they are being parsed
* rather than waiting until the whole document is parsed.
* </p>
*
* @author <a href="mailto:james.strachan@metastuff.com">James Strachan </a>
*