org.dom4j.util
public class NonLazyElement extends BaseElement
NonLazyElement is the default DOM4J default implementation of
an XML element.
Version: $Revision: 1.8 $
| Constructor Summary | |
|---|---|
| NonLazyElement(String name) | |
| NonLazyElement(QName qname) | |
| NonLazyElement(String name, Namespace namespace) | |
| NonLazyElement(QName qname, int attributeCount) | |