Re: [JXPATH] Difference in introspection

2002-06-13 Thread Dmitri Plotnikov
Stephen, Any reason why Interfaces are introspected differently Objects ? When an Interface is introspected PropertyDescriptors are created only for methods defined on the Interface and not for inherited methods. This is not the case when an Object is introspected. Is this expected? I

Re: [JXPATH] Difference in introspection

2002-06-13 Thread Dmitri Plotnikov
Bartlett [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:32 PM Subject: RE: [JXPATH] Difference in introspection Dmitri, I have a NodePointerFactory impl that uses the JXPathIntrospector to create a JXPathBeanInfo object for an Interface