Get the nodes with a given key value
@param keySet The set of key definitions identified by the key name used in the call to the key() function
@param doc The source document in question
@param soughtValue The required key value
@param context The dynamic context, needed only the first time when the key is being built
@return an iteration of the selected nodes, always in document order with no duplicates
Get the nodes with a given key value. This method is called from XQuery compiled code
@param keyName key name used in the call to the key() function
@param doc The source document in question
@param soughtValue The required key value
@param context The dynamic context, needed only the first time when the key is being built
@return an iteration of the selected nodes, always in document order with no duplicates
Get the nodes with a given key value. This method is called from XQuery compiled code
@param keyName key name used in the call to the key() function
@param doc The source document in question
@param soughtValue The required key value
@param context The dynamic context, needed only the first time when the key is being built
@return an iteration of the selected nodes, always in document order with no duplicates
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.