Class NonLazyElement

All Implemented Interfaces:
Serializable, Cloneable, Branch, Element, Node

public class NonLazyElement extends BaseElement

NonLazyElement is the default DOM4J default implementation of an XML element.

Version:
$Revision: 1.8 $
See Also:
  • Constructor Details

    • NonLazyElement

      public NonLazyElement(String name)
    • NonLazyElement

      public NonLazyElement(QName qname)
    • NonLazyElement

      public NonLazyElement(String name, Namespace namespace)
    • NonLazyElement

      public NonLazyElement(QName qname, int attributeCount)