DefaultElement is the default DOM4J default implementation of an XML element.
DefaultElement
8081828384858687888990
{ element = root.addElement( SEARCH_RESULT_DONE_TAG ); } else { element = new DefaultElement( SEARCH_RESULT_DONE_TAG ); } LdapResultDsml ldapResultDsml = new LdapResultDsml( getCodecService(), getDecorated().getLdapResult(), getDecorated() ); if ( ldapResultDsml != null )