Example usage for org.dom4j.util NonLazyElement subclass-usage

List of usage examples for org.dom4j.util NonLazyElement subclass-usage

Introduction

In this page you can find the example usage for org.dom4j.util NonLazyElement subclass-usage.

Usage

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

/**
 * 4/7/2005 d : Under JDK 1.5 the fact that dom4j isn't thread safe by default became apparent.
 * In particular DefaultElement ( and sub-classes thereof ) are not thread safe because of the
 * following :
 * o DefaultElement has a single field, private Object content, by which it refers to all of its
 *   child nodes.  If there is a single child node then content points to it.  If there are more