XQJ (JSR 225) interface
XQJ support has been updated to the final JSR 225 specification published on 24 June 2009.
This involves the removal of two methods, the overloads of bindDocument()
on XQDataFactory
and XQDynamicContext
that took an XMLReader
as argument. It's unlikely anyone was using these
methods because the specification was so weird, but it should be easy to replace any call with a call on the overload
that accepts a Source
(by supplying a StreamSource
that wraps the XMLReader
).