Subj : generic enterDotQuery. To : netscape.public.mozilla.jseng From : Andrei Tchijov Date : Tue Jan 04 2005 07:49 am Am I correct thinking that there is no way to create host object class which will be able to "intercept dot query". So in case of host object A and expression: A.b.c It will get "b.c" and not just "b". It looks like in current version "enterDotQuery" is very XML specific. Why? It looks like something which could be use in much more generic way. .