Uses of Interface
org.apache.xml.security.utils.XPathAPI
-
Packages that use XPathAPI Package Description org.apache.xml.security.transforms.implementations org.apache.xml.security.utils -
-
Uses of XPathAPI in org.apache.xml.security.transforms.implementations
Fields in org.apache.xml.security.transforms.implementations declared as XPathAPI Modifier and Type Field Description (package private) XPathAPITransformXPath.XPathNodeFilter. xPathAPIConstructors in org.apache.xml.security.transforms.implementations with parameters of type XPathAPI Constructor Description XPathNodeFilter(org.w3c.dom.Element xpathElement, org.w3c.dom.Node xpathnode, java.lang.String str, XPathAPI xPathAPI) -
Uses of XPathAPI in org.apache.xml.security.utils
Classes in org.apache.xml.security.utils that implement XPathAPI Modifier and Type Class Description classJDKXPathAPIAn implementation for XPath evaluation that uses the JDK API.classXalanXPathAPIAn implementation of XPathAPI using Xalan.Methods in org.apache.xml.security.utils that return XPathAPI Modifier and Type Method Description XPathAPIJDKXPathFactory. newXPathAPI()Get a new XPathAPI instanceXPathAPIXalanXPathFactory. newXPathAPI()Get a new XPathAPI instanceabstract XPathAPIXPathFactory. newXPathAPI()Get a new XPathAPI instance
-