class XPathCache
extends java.lang.Object
NodeList and
AnakiaElement to minimize XPath parsing in their
selectNodes() methods.| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map |
XPATH_CACHE |
| Modifier | Constructor and Description |
|---|---|
private |
XPathCache() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static com.werken.xpath.XPath |
getXPath(java.lang.String xpathString)
Returns an XPath object representing the requested XPath expression.
|
static com.werken.xpath.XPath getXPath(java.lang.String xpathString)
xpathString - the XPath expression to parseCopyright ? 2002 Apache Software Foundation. All Rights Reserved.