a bug in xerces 2007-02-11 - By Michael Glavassevich
Royi,
This isn't a bug. You're looking at the base class of the DOM implementation. isEqualNode() is overridden in several subclasses. The children (if the given node can have any) are checked by org.apache.xerces.dom.ParentNode.
Thanks.
Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrglavas@(protected) E-mail: mrglavas@(protected)
ronenr@(protected) wrote on 02/11/2007 05:56:55 AM:
> Hi, > > I belive that the method > > public boolean isEqualNode(Node arg) > > in org.apache.xerces.dom.NodeImpl > > does not check recursively that the children of a node have the same > tags/structure. Please let me know if you would like me to fix it. > > Thanks > Royi (Technion-IIT, Israel) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: j-dev-unsubscribe@(protected) > For additional commands, e-mail: j-dev-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|