- From: Ray Whitmer <rayw@netscape.com>
- Date: Tue, 06 Aug 2002 15:49:52 -0700
- To: Vivek.Pandey@Sun.COM
- CC: www-dom@w3.org
Vivek Pandey wrote: > Hi, > > In XPathEvaluator interface, the the method evaluate has last argument > 'result' of type XPathResult. The spec says: > > "*result of type XPathResult* > > The /result /specifies a specific XPathResult which may be reused and > returned by this method. If this is specified as nullnor the > implementation cannot reuse the specified result, a new XPathResult > will be constructed and returned." > > What does term *reuse *mean in evaluate function? Does it mean that > evaluate method will resuse /result /parameter to refine the result > object or something else? It means that the evaluate method may reuse the result parameter as the result object. Ray Whitmer rayw@netscape.com
Received on Tuesday, 6 August 2002 18:50:26 UTC