Package org.apache.xml.security.utils
Class XalanXPathFactory
- java.lang.Object
-
- org.apache.xml.security.utils.XPathFactory
-
- org.apache.xml.security.utils.XalanXPathFactory
-
public class XalanXPathFactory extends XPathFactory
A Factory to return a XalanXPathAPI instance.
-
-
Constructor Summary
Constructors Constructor Description XalanXPathFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathAPI
newXPathAPI()
Get a new XPathAPI instance-
Methods inherited from class org.apache.xml.security.utils.XPathFactory
isXalanInstalled, newInstance
-
-
-
-
Method Detail
-
newXPathAPI
public XPathAPI newXPathAPI()
Get a new XPathAPI instance- Specified by:
newXPathAPI
in classXPathFactory
-
-