Uses of Interface
org.apache.xml.security.utils.XPathAPI
-
Packages that use XPathAPI Package Description org.apache.xml.security.utils -
-
Uses of XPathAPI in org.apache.xml.security.utils
Classes in org.apache.xml.security.utils that implement XPathAPI Modifier and Type Class Description class
JDKXPathAPI
An implementation for XPath evaluation that uses the JDK API.class
XalanXPathAPI
An implementation of XPathAPI using Xalan.Methods in org.apache.xml.security.utils that return XPathAPI Modifier and Type Method Description XPathAPI
JDKXPathFactory. newXPathAPI()
Get a new XPathAPI instanceXPathAPI
XalanXPathFactory. newXPathAPI()
Get a new XPathAPI instanceabstract XPathAPI
XPathFactory. newXPathAPI()
Get a new XPathAPI instance
-