org.apache.velocity.anakia
class XPathCache extends Object
selectNodes() methods.
Version: $Id: XPathCache.java,v 1.1.10.1 2004/03/03 23:22:04 geirm Exp $
| Field Summary | |
|---|---|
| static Map | XPATH_CACHE |
| Constructor Summary | |
|---|---|
| XPathCache() | |
| Method Summary | |
|---|---|
| static XPath | getXPath(String xpathString)
Returns an XPath object representing the requested XPath expression.
|
Parameters: xpathString the XPath expression to parse
Returns: the XPath object that represents the parsed XPath expression.