Package org.apache.xml.security.utils
Class CachedXPathAPIHolder
- java.lang.Object
-
- org.apache.xml.security.utils.CachedXPathAPIHolder
-
public class CachedXPathAPIHolder extends java.lang.Object
- Author:
- Raul Benito
-
-
Constructor Summary
Constructors Constructor Description CachedXPathAPIHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.xpath.CachedXPathAPI
getCachedXPathAPI()
static void
setDoc(org.w3c.dom.Document doc)
Sets the doc for the xpath transformation.
-