Class NonLazyElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Branch, Element, Node

    public class NonLazyElement
    extends BaseElement

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

    See Also:
    Serialized Form
    • Constructor Detail

      • NonLazyElement

        public NonLazyElement​(java.lang.String name)
      • NonLazyElement

        public NonLazyElement​(QName qname)
      • NonLazyElement

        public NonLazyElement​(java.lang.String name,
                              Namespace namespace)
      • NonLazyElement

        public NonLazyElement​(QName qname,
                              int attributeCount)