List of usage examples for org.dom4j DocumentFactory subclass-usage
From source file com.arc.xml.XmlProcessor.java
/** * A document factory that creates {@link Element}instances for elements. */ class MyDocumentFactory extends DocumentFactory {
From source file com.cladonia.xml.XDocumentFactory.java
/**
* Makes sure the XElement is created instead of the
* org.dom4j.Element
*
* @version $Revision: 1.1 $, $Date: 2004/03/25 18:41:32 $
* @author Dogsbay
From source file com.nokia.helium.ant.data.DocumentFactoryWithLocator.java
/** * A dom4j DocumentFactory that supports adding location information into Element objects. */ @SuppressWarnings("serial") public class DocumentFactoryWithLocator extends DocumentFactory {
From source file org.orbeon.oxf.xml.dom4j.NonLazyUserDataDocumentFactory.java
/** * */ public class NonLazyUserDataDocumentFactory extends DocumentFactory { private static final NonLazyUserDataDocumentFactory SINGLETON = new NonLazyUserDataDocumentFactory();
From source file org.withinsea.izayoi.cortile.template.html.parser.HTMLDocumentFactory.java
/** * Created by Mo Chen <withinsea@gmail.com> * Date: 2010-1-5 * Time: 17:36:38 */ public class HTMLDocumentFactory extends DocumentFactory {