Class NonLazyDocumentFactory

java.lang.Object
org.dom4j.DocumentFactory
org.dom4j.util.NonLazyDocumentFactory
All Implemented Interfaces:
Serializable

public class NonLazyDocumentFactory extends DocumentFactory

NonLazyDocumentFactory is a factory of XML objects which avoid using the lazy creation pattern. This results in a slower creation of a Document and uses more memory but it means that the same Document instance can be shared across threads provided it is not modified.

Version:
$Revision: 1.9 $
Author:
James Strachan
See Also:
  • Field Details

  • Constructor Details

    • NonLazyDocumentFactory

      public NonLazyDocumentFactory()
  • Method Details