Hi,

Assume I have a class Tree which looks like that:

public class Test implements Map {
   [...]
   public Object getFoo();
}

I would expect that xpath such as "foo" would try to evaluate getFoo()
instead of trying get("foo") which might not exist. Because, the problem
is that I can't figure out how to retrieve nodes which are children of
getFoo().

Is this the desired behavior?
Is there a workaround to force the evaluation of getFoo() instead of
get("foo")?

Thanks,

Yann.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to