[JXPATH] best approch for customization

2002-06-05 Thread Stephen Bartlett
Hi, all, I have a question regarding the best approach for customizing JXPath. I looked at providing a NodePointer implementation but was not convinced this was the right course and also deterred by the large interface. I like what JXPath provides out-of-the-box with regards to JavaBean

[pool] interface additions/changes

2002-01-31 Thread Stephen Bartlett
I'd like to make a couple of suggestions for the Pool project: 1) Marker interface for poolKeys (for the KeyedPools) 2) The interface to borrow from a pool should throw a checked exception, returning to a pool should not. I'd be happy to provide patches should it be required. Keep up the good