<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Jason, a confession: we're still using B9 so I can't verify in a runtime sense!<BR>
<BR>
However, I've looked at the updated code and can say that the method now looks like it should do the right thing.<BR>
<BR>
(Having said that, I'd have just updated the javadoc so as not to impact existing client software that uses this method...)<BR>
<BR>
Phil :n)<BR>
<BR>
On Tue, 2004-02-10 at 19:49, Jason Hunter wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Fixed.  Phil, please verify.

Anyone relying on the backward behavior of isAncestor() should update 
their code.

-jh-

Jason Hunter wrote:

&gt; Looks like it's the same situation in b10.  I'll make sure it gets fixed.
&gt; 
&gt; -jh-
&gt; 
&gt; Phil Weighill-Smith wrote:
&gt; 
&gt;&gt; I know Beta 10 is now available, but thought I'd raise this point 
&gt;&gt; (raised to me) against Beta 9 just in case...
&gt;&gt;
&gt;&gt; The following javadoc for
&gt;&gt;
&gt;&gt; class org.jdom.Element
&gt;&gt;
&gt;&gt;     /**
&gt;&gt;      * Determines if this element is the ancestor of another element.
&gt;&gt;      *
&gt;&gt;      * @param element &lt;code&gt;Element&lt;/code&gt; to check against
&gt;&gt;      * @return &lt;code&gt;true&lt;/code&gt; if this element is the ancestor of the
&gt;&gt;      *         supplied element
&gt;&gt;      */
&gt;&gt;     public boolean isAncestor(Element element) {
&gt;&gt;
&gt;&gt; is remarkable because the method does just the opposite :-)
&gt;&gt;
&gt;&gt; e.g.
&gt;&gt;
&gt;&gt; parent.isAncestor(child) is FALSE
&gt;&gt; child.isAncestor(parent) is TRUE     
&gt;&gt; -- 
&gt;&gt; Phil Weighill-Smith &lt;_phil.weighill-smith@volantis.com_ 
&gt;&gt; &lt;mailto:phil.weighill-smith@volantis.com&gt;&gt;
&gt;&gt; Volantis Systems
&gt;&gt;
&gt; _______________________________________________
&gt; To control your jdom-interest membership:
&gt; </FONT><A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com"><U>http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</U></A>
<FONT COLOR="#737373">&gt; 
&gt; </I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Phil Weighill-Smith &lt;<A HREF="mailto:phil.weighill-smith@volantis.com"><U>phil.weighill-smith@volantis.com</U></A>&gt;<BR>
Volantis Systems
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>