jdom icon indicating copy to clipboard operation
jdom copied to clipboard

XPath API should support third-party indexes for performance

Open rolfl opened this issue 13 years ago • 0 comments

Some third-party XPath Libraries (like Saxon) can build an index on a document, and as long as the underlying document does not change, the index can be used to improve the performance of XPath queries.

JDOM should be extended to allow users to build these indexes, and to reuse the index if the user knows the underlying JDOM document has not changed between XPath invocations

rolfl avatar Oct 28 '12 21:10 rolfl