selectSingleNode evaluates this XPath expression on the given {@link Node}or {@link List}of {@link Node}s and returns the result as a single Node instance.
@param context is either a node or a list of nodes on which to evalute theXPath
@return a single matching Node instance
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.