bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/25906] TextNode.getChildNodes().getLength() should return 0


From: stephan at apache dot org
Subject: [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0
Date: 21 Jan 2006 23:54:26 -0000


------- Comment #1 from stephan at apache dot org  2006-01-21 23:54 -------
Created an attachment (id=10697)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10697&action=view)
Test class to reproduce the problem.

I got following results if I compare IBM's and the cacao vm:

address@hidden:~/projects/test-axis$ /usr/lib/j2sdk1.5-ibm/bin/java -cp bin
TextNodeTest
DOM implementation class: org.apache.xerces.dom.DOMImplementationImpl

length=0
address@hidden:~/projects/test-axis$ cacao -cp bin TextNodeTest
DOM implementation class: gnu.xml.dom.DomImpl

length=4
child(0)=null class=
child(1)=null class=
child(2)=null class=
child(3)=null class=


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25906





reply via email to

[Prev in Thread] Current Thread [Next in Thread]