Package org.apache.xml.security.utils
Class XPathFactory
java.lang.Object
org.apache.xml.security.utils.XPathFactory
- Direct Known Subclasses:
JDKXPathFactory
,XalanXPathFactory
A Factory to return an XPathAPI instance. If Xalan is available it returns XalanXPathAPI. If not, then
it returns JDKXPathAPI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
static XPathFactory
Get a new XPathFactory instanceabstract XPathAPI
Get a new XPathAPI instance
-
Constructor Details
-
XPathFactory
public XPathFactory()
-
-
Method Details
-
isXalanInstalled
protected static boolean isXalanInstalled() -
newInstance
Get a new XPathFactory instance -
newXPathAPI
Get a new XPathAPI instance
-