Returns a list of nodes for the specifed xpath or an empty list if no matching nodes were found.
@param xpath
@return the list of nodes matching the xpath or an empty list if nomatching nodes were found.
@throws XPathException if the XPath expression could not be evaluated (e.g. no namespace URI was found for a given prefix).
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.