Bugs item #642438, was opened at 2002-11-22 10:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=642438&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Null pointer creating DOMDocument

Initial Comment:
The javadoc for the
DOMImplementation.createDocument(String, String,
DocumentType) method states that a null value may be
passed for the third argument.  However, calling
org.dom4j.dom.DOMDocumentFactory.createDocument(String,
String, DocumentType) with the third argument as null
causes a NullPointerException from
org.dom4j.dom.DOMDocumentFactory.asDocumentType(...)
(DOMDocumentFactory.java: line 137).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=642438&group_id=16035


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to