org.dom4j.util

Class NonLazyElement

public class NonLazyElement extends BaseElement

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

Version: $Revision: 1.8 $

Author: James Strachan

Constructor Summary
NonLazyElement(String name)
NonLazyElement(QName qname)
NonLazyElement(String name, Namespace namespace)
NonLazyElement(QName qname, int attributeCount)

Constructor Detail

NonLazyElement

public NonLazyElement(String name)

NonLazyElement

public NonLazyElement(QName qname)

NonLazyElement

public NonLazyElement(String name, Namespace namespace)

NonLazyElement

public NonLazyElement(QName qname, int attributeCount)
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge