Uses of Class
org.apache.xml.security.utils.XPathFactory
-
Packages that use XPathFactory Package Description org.apache.xml.security.utils -
-
Uses of XPathFactory in org.apache.xml.security.utils
Subclasses of XPathFactory in org.apache.xml.security.utils Modifier and Type Class Description class
JDKXPathFactory
A Factory to return a JDKXPathAPI instance.class
XalanXPathFactory
A Factory to return a XalanXPathAPI instance.Methods in org.apache.xml.security.utils that return XPathFactory Modifier and Type Method Description static XPathFactory
XPathFactory. newInstance()
Get a new XPathFactory instance
-