Package org.apache.xml.security.utils
Class CachedXPathAPIHolder
java.lang.Object
org.apache.xml.security.utils.CachedXPathAPIHolder
- Author:
- Raul Benito
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.xpath.CachedXPathAPI
static void
Sets the doc for the xpath transformation.
-
Constructor Details
-
CachedXPathAPIHolder
public CachedXPathAPIHolder()
-
-
Method Details
-
setDoc
Sets the doc for the xpath transformation. Resets the cache if needed- Parameters:
doc
-
-
getCachedXPathAPI
public static org.apache.xpath.CachedXPathAPI getCachedXPathAPI()- Returns:
- the cachexpathapi for this thread
-