Provides a cache for XPath expressions. Used by
NodeList and
AnakiaElement to minimize XPath parsing in their
selectNodes() methods.
author: Attila Szegedi version: $Id: XPathCache.java 524478 2007-03-31 20:51:49Z wglass $
Method Summary
static XPath
getXPath(String xpathString) Returns an XPath object representing the requested XPath expression.
Returns an XPath object representing the requested XPath expression.
A cached object is returned if it already exists for the requested expression.
Parameters: xpathString - the XPath expression to parse the XPath object that represents the parsed XPath expression.