Storing the Locator instance in FONode.

2004-09-30 Thread Finn Bock
Hi Glen, I think that your recent change that stores the Locator instance in each FONode is incorrect use of the Locator interface. The docs says: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/org/xml/sax/Locator.html """ Note that the results returned by the object will be valid only during the

Re: Storing the Locator instance in FONode.

2004-09-30 Thread Glen Mazza
I see. I liked Locator because I can get away with passing in one parameter into the vCN() instead of three. (But I don't think we'll need to change that portion of the code because whenever vCN() is being called, the Locator *is* accurate--would you agree?) Anyway, I do agree with your suggesti